|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base Interface for all form elements
Method Summary | |
AlignmentType |
getAlignment()
Returns the horizontal alignment |
int |
getColSpan()
Returns the column span for this element |
java.lang.String |
getHeight()
Returns the height of the form element (pixel or %) |
java.lang.String |
getHelp()
Returns the Help id that is associated with this form element. |
boolean |
getNoWrap()
Indicates that the form element cell should not be wrapped |
FormElementContainer |
getParent()
|
java.lang.String |
getStyle()
Returns the Style |
java.lang.String |
getStyleClass()
Returns the StyleClass |
java.lang.String |
getStyleId()
returns the StyleId |
AlignmentType |
getVAlignment()
Returns the vertical alignment |
java.lang.String |
getWidth()
Returns the width of the form element (pixel or %) |
boolean |
joinElements()
This method returns true when two adjacent form elements
should be joined together without a separator |
void |
setAlignment(AlignmentType alignment)
Specifies the horizontal alignment of the form element within the form left right center |
void |
setColSpan(int colspan)
Sets the column span of this form element |
void |
setHeight(java.lang.String height)
Sets the height of the form element (pixel or %) |
void |
setHelp(java.lang.String helpId)
Associates this form element with a help id |
void |
setJoin(boolean join)
This method specifies that two adjacent form elements should be joined together without a separator |
void |
setParent(FormElementContainer parent)
|
void |
setStyle(java.lang.String style)
Sets the Style |
void |
setStyleClass(java.lang.String styleClass)
Sets the StyleClass |
void |
setStyleId(java.lang.String styleId)
Sets the StyleId |
void |
setVAlignment(AlignmentType valignment)
Specifies the vertical alignment of the form element within the form top bottom center |
void |
setWidth(java.lang.String width)
Sets the width of the form element (pixel or %) |
Methods inherited from interface com.cc.framework.ui.model.AccessControlled |
getPermission, show |
Method Detail |
public FormElementContainer getParent()
null
when this is
the top most containerpublic void setParent(FormElementContainer parent)
parent
- the parent form element container for this elementpublic boolean getNoWrap()
public int getColSpan()
public void setColSpan(int colspan)
colspan
- column spanpublic boolean joinElements()
true
when two adjacent form elements
should be joined together without a separator
true
when the form elements should be joinedpublic void setJoin(boolean join)
join
- true
when the form elements should be joinedpublic void setWidth(java.lang.String width)
width
- The Widthpublic java.lang.String getWidth()
public void setHeight(java.lang.String height)
height
- The Heightpublic java.lang.String getHeight()
public void setAlignment(AlignmentType alignment)
alignment
- The alignment of the elementpublic AlignmentType getAlignment()
public void setVAlignment(AlignmentType valignment)
valignment
- The alignment of the elementpublic AlignmentType getVAlignment()
public void setStyle(java.lang.String style)
style
- HTML style constantpublic java.lang.String getStyle()
public void setStyleId(java.lang.String styleId)
styleId
- HTML-Id of the elementpublic java.lang.String getStyleId()
public void setStyleClass(java.lang.String styleClass)
styleClass
- StyleClasspublic java.lang.String getStyleClass()
public java.lang.String getHelp()
public void setHelp(java.lang.String helpId)
helpId
- The Help Help id of the element. The semantic of this id is
completely in the responsibility of the applications help
system
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |