|
|||||||||||
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). |
AlignmentType |
getAlignment()
Returns the alignment for the column |
ImageMap |
getImageMap()
Returns the ImageMap |
java.lang.String |
getImageRef()
Returns the assignment Rule |
int |
getMaxLength()
Returns the maximal number of input characters which can be inserted into the text field. |
java.lang.String |
getStyle()
Returns the CSS styles for this column. |
java.lang.String |
getStyleClass()
Returns the CSS stylesheet class |
java.lang.String |
getStyleId()
Returns the Identifier assigned to this column. |
java.lang.String |
getTitle()
Returns the title of the column |
java.lang.String |
getTooltip()
Returns the static tooltip text |
boolean |
isBodyInclude()
Returns if the header text was set within the body (true) or as an attribute (false) |
void |
setAlignment(AlignmentType alignment)
Sets the alignment for the column |
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 |
setImageMap(ImageMap map)
Assigns an ImageMap to the column header |
void |
setImageRef(java.lang.String ref)
Assigns an Image from an ImageMap |
void |
setMaxLength(int max)
Sets the maximal number of input characters which can be inserted into the text field. |
void |
setStyle(java.lang.String style)
Sets the CSS styles to be applied to this column. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS stylesheet class |
void |
setStyleId(java.lang.String id)
Identifier to be assigned to this column. |
void |
setTitle(java.lang.String title)
Sets the title of the column |
void |
setTooltip(java.lang.String tooltip)
Sets the static tooltip text. |
void |
setTransaction(boolean transaction)
Directs the framework to include a transaction token (if any) in all generated hyperlinks. |
boolean |
showHeader()
|
Methods inherited from interface com.cc.framework.ui.model.ClientHandler |
getHandler, getHandlers, setHandler |
Methods inherited from interface com.cc.framework.ui.model.ActionBehavior |
getTransaction, isAjaxEnabled |
Methods inherited from interface com.cc.framework.ui.model.AjaxSupport |
enableAjax, isAjaxEnabled |
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- The title of the columnpublic 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 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 column.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 column.public java.lang.String getStyle()
public AlignmentType getAlignment()
public void setAlignment(AlignmentType alignment)
alignment
- The alignmentpublic void setImageMap(ImageMap map)
map
- ImageMappublic ImageMap getImageMap()
public 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 boolean showHeader()
true
if the column should show a column headerpublic void setTransaction(boolean transaction)
transaction
- include transaction token
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |