|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.swing.BorderAlignTag
Represents a layout of a child component within its parent <borderLayout> layout.
| Field Summary | |
private java.lang.String |
align
|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
BorderAlignTag()
|
|
| Method Summary | |
void |
addChild(java.awt.Component component,
java.lang.Object constraints)
Adds a child component to this parent |
void |
doTag(org.apache.commons.jelly.XMLOutput output)
|
java.lang.String |
getAlign()
Returns the align. |
protected java.lang.Object |
getConstraints()
|
void |
setAlign(java.lang.String align)
Sets the alignment of the child component which is a case insensitive value of {NORTH, SOUTH, EAST, WEST, CENTER} which defaults to CENTER |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String align
| Constructor Detail |
public BorderAlignTag()
| Method Detail |
public void addChild(java.awt.Component component,
java.lang.Object constraints)
throws org.apache.commons.jelly.JellyTagException
addChild in interface ContainerTagorg.apache.commons.jelly.JellyTagException
public void doTag(org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
doTag in interface org.apache.commons.jelly.Tagorg.apache.commons.jelly.JellyTagExceptionpublic java.lang.String getAlign()
public void setAlign(java.lang.String align)
protected java.lang.Object getConstraints()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||