|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pajes.html.Tag
org.pajes.html.TraversableElement
org.pajes.html.Container
org.pajes.html.Body
org.pajes.html.FrameSet
This class generates the frameset tags. A Frameset defines the layout of multiple frame presentation in a browsers application window. The primary duty of the Frameset element is to specify the geographical layout, in a row and column array, of rectangular frames.
| Field Summary |
| Fields inherited from class org.pajes.html.Tag |
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
FrameSet(java.lang.String rows,
java.lang.String cols)
Create a frameset with the specified row and column layout. |
|
| Method Summary | |
Container |
add(HTML frame)
Adds a frame element to the frameset. |
FrameSet |
deleteFrame(java.lang.String frameName)
Deletes the named frame from the frame set. |
FrameSet |
setBorderColor(Color borderColor)
Sets the colour of the frame borders. |
FrameSet |
setBorderVisibility(boolean showFrameBorder)
Sets the visibility of the frame borders. |
FrameSet |
setBorderWidth(int borderWidth)
Sets the width of the frame borders. |
FrameSet |
setColumnLayout(java.lang.String cols)
Sets the comma-delimited string defining the size and number of columns in this frame set. |
FrameSet |
setNoFramesText(java.lang.String text)
Deprecated. Add a NoFrames object instead. |
FrameSet |
setRowLayout(java.lang.String rows)
Sets the comma-delimited string defining the size and number of rows in this frame set. |
| Methods inherited from class org.pajes.html.Body |
addOnLoadHandler, addOnUnLoadHandler, getDocType, getDocTypeHeader, getOnLoadHandler, getOnUnLoadHandler, setActiveHyperlinkColor, setBackgroundImage, setBGColor, setHyperLinkColor, setMarginBottom, setMarginHeight, setMarginLeft, setMarginRight, setMarginTop, setMarginWidth, setOnLoadHandler, setOnUnLoadHandler, setTextColor, setVisitedHyperLinkColor |
| Methods inherited from class org.pajes.html.Container |
add, add, add, addContent, clear, clone, delete, delete, destroy, get, getContent, getContents, getPosition, insert, replace, set, setContent, setContent, size, writeContent |
| Methods inherited from class org.pajes.html.TraversableElement |
dump, dump, getAll, getFieldByName, getFirstFieldByName, getFirstTagByAttribute, getFirstTagByClass, getFirstTagByID, getFirstTagByName, getTagByAttribute, getTagByClass, getTagByID, getTagByName, setWritable |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FrameSet(java.lang.String rows,
java.lang.String cols)
rows - the comma-delimited string defining the size and number of
rows in this frame set.cols - the comma-delimited string defining the size and number of
columns in this frame set.| Method Detail |
public FrameSet setBorderColor(Color borderColor)
borderColor - the colour of the frame borders.
public FrameSet setBorderVisibility(boolean showFrameBorder)
showFrameBorder - true displays the frame borders, and false hides
them.
public FrameSet setBorderWidth(int borderWidth)
borderWidth - the width of the border (in pixels) around each
frame.
public FrameSet setColumnLayout(java.lang.String cols)
cols - the comma-delimited string defining the size and number of
columns in this frame set. Set to null if this frameset contains
only rows.
public FrameSet setNoFramesText(java.lang.String text)
NoFrames object instead.
text - the text to be returned to browsers that cannot display
frames.
public FrameSet setRowLayout(java.lang.String rows)
rows - the comma-delimited string defining the size and number of
rows in this frame set. Set to null if this frameset contains
only columns.
public Container add(HTML frame)
add in class Containerframe - the frame to add.
TagException - if an attempt is made to add anything except a
Frame, NoFrames or another frame set;public FrameSet deleteFrame(java.lang.String frameName)
frameName - the named frame to remove from the frameset.
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||