|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Design Model for a Column Header
Method Summary | |
boolean |
filter()
Returns if the filter is activated (default=true). |
java.lang.String |
getAccessKey()
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'alt' and the ACCESSKEY together). |
AlignmentType |
getAlignment()
Returns the alignment for the label |
java.lang.String |
getImageRef()
Returns the assignment Rule |
java.lang.String |
getLocaleName()
Gets the Local Setting for this element |
int |
getMaxLength()
Returns the maximal number of input characters which can be inserted into the text field. |
java.lang.Boolean |
getNowrap()
Returns the value of the nowrap attribute. |
java.lang.String |
getPrefix()
Retrieves the optional label prefix in plain HTML |
java.lang.String |
getStyle()
Returns the CSS styles for this label. |
java.lang.String |
getStyleClass()
Returns the CSS stylesheet class |
java.lang.String |
getStyleId()
Returns the Identifier assigned to this label. |
java.lang.String |
getSuffix()
Retrieves the optional label suffix in plain HTML |
java.lang.String |
getText()
Returns the labels text |
java.lang.String |
getTooltip()
Returns the static tooltip text |
java.lang.String |
getWidth()
Returns the width of the label |
boolean |
isBodyInclude()
Returns if the header text was set within the body (true) or as an attribute (false) |
void |
setAccessKey(java.lang.String accessKey)
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'alt' and the ACCESSKEY together). |
void |
setAlignment(AlignmentType alignment)
Sets the alignment for the label |
void |
setBodyInclude(boolean include)
Sets if the header text is set within the body (true) |
void |
setFilter(boolean filter)
Activates the HTML encoding (filter). |
void |
setImageRef(java.lang.String ref)
Assigns an Image from an ImageMap |
void |
setLocaleName(java.lang.String locale)
Sets the Locale configuration for this element |
void |
setMaxLength(int max)
Sets the maximal number of input characters which can be inserted into the text field. |
void |
setNowrap(java.lang.Boolean nowrap)
Sets the value of the nowrap attribute |
void |
setPrefix(java.lang.String prefix)
Specifies the label prefix in plain HTML |
void |
setStyle(java.lang.String style)
Sets the CSS styles to be applied to this label. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS stylesheet class |
void |
setStyleId(java.lang.String id)
Identifier to be assigned to this label. |
void |
setSuffix(java.lang.String suffix)
Specifies the label suffix in plain HTML |
void |
setText(java.lang.String text)
Sets the labels text |
void |
setTooltip(java.lang.String tooltip)
Sets the static tooltip text. |
void |
setWidth(java.lang.String width)
Sets the width of the label |
Methods inherited from interface com.cc.framework.ui.model.ClientHandler |
getHandler, getHandlers, setHandler |
Method Detail |
public java.lang.String getText()
public void setText(java.lang.String text)
text
- The label textpublic java.lang.String getPrefix()
null
public void setPrefix(java.lang.String prefix)
prefix
- The label prefixpublic java.lang.String getSuffix()
null
public void setSuffix(java.lang.String suffix)
suffix
- The label suffixpublic boolean filter()
true
if string will be HTML encoded;
false
otherwisepublic void setFilter(boolean filter)
filter
- true
if strings should be HTML encoded; false
otherwisepublic void setAccessKey(java.lang.String accessKey)
accessKey
- The Access Keypublic java.lang.String getAccessKey()
public void setTooltip(java.lang.String tooltip)
tooltip
- Tooltip textpublic java.lang.String getTooltip()
public void setStyleId(java.lang.String id)
id
- The identifier to be assigned to this label.public java.lang.String getStyleId()
public void setStyleClass(java.lang.String styleClass)
styleClass
- The CSS stylesheet classpublic java.lang.String getStyleClass()
public void setStyle(java.lang.String style)
style
- The CSS styles for this label.public java.lang.String getStyle()
public AlignmentType getAlignment()
public void setAlignment(AlignmentType alignment)
alignment
- The alignmentpublic void setImageRef(java.lang.String ref)
ref
- Rule of the ImageMap to matchpublic java.lang.String getImageRef()
public int getMaxLength()
public void setMaxLength(int max)
max
- Maximum number of input characters to acceptpublic boolean isBodyInclude()
public void setBodyInclude(boolean include)
include
- Flag which indicates if the body was set instead of the
attributepublic java.lang.String getWidth()
public void setWidth(java.lang.String width)
width
- The width of the labelpublic java.lang.Boolean getNowrap()
null
if not setpublic void setNowrap(java.lang.Boolean nowrap)
nowrap
- Boolean or null
public void setLocaleName(java.lang.String locale)
locale
- Locale Identifier or true|false
public java.lang.String getLocaleName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |