|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The design model for a PanelItem
| Method Summary | |
java.lang.Boolean |
filter()
Returns if the filter is activated (default=true). |
java.lang.String |
getAction()
Returns the Action which should be processed by the Item |
java.lang.String |
getDetail()
Returns the detail Text |
java.lang.String |
getLocaleName()
Gets the Local Setting for this element |
java.lang.String |
getTarget()
Returns the target |
java.lang.String |
getTitle()
Returns the title of a panel item |
java.lang.String |
getTooltip()
Returns the Tooltip |
void |
setAction(java.lang.String action)
Sets the Action |
void |
setDetail(java.lang.String detail)
Sets the detail Text |
void |
setFilter(boolean filter)
Activates the HTML encoding (filter). |
void |
setLocaleName(java.lang.String locale)
Sets the Locale configuration for this element |
void |
setPermission(Permission permission)
Sets a list with permissions to access this object. |
void |
setTarget(java.lang.String target)
Sets the target where the document referenced will appear (like _blank, _parent, ...). |
void |
setTitle(java.lang.String title)
Returns the Title |
void |
setTooltip(java.lang.String tooltip)
Sets the Tooltip |
| Methods inherited from interface com.cc.framework.ui.model.AccessControlled |
getPermission, show |
| Methods inherited from interface com.cc.framework.ui.model.ClientHandler |
getHandler, getHandlers, setHandler |
| Method Detail |
public java.lang.String getTitle()
public java.lang.String getDetail()
public void setDetail(java.lang.String detail)
detail - Detailpublic void setTitle(java.lang.String title)
title - Titlepublic void setTooltip(java.lang.String tooltip)
tooltip - Tooltippublic java.lang.String getTooltip()
public java.lang.String getAction()
public void setAction(java.lang.String action)
action - Actionpublic void setPermission(Permission permission)
permission - Permissionpublic void setTarget(java.lang.String target)
target - The targetpublic java.lang.String getTarget()
public java.lang.Boolean filter()
true if string will be HTML encoded;
false otherwise. If a null is
returned than the filter of the enclosing CrumbControl should be
usedpublic void setFilter(boolean filter)
filter - true if strings should be HTML encoded;
false otherwisepublic void setLocaleName(java.lang.String locale)
locale - Locale Identifier or true|falsepublic java.lang.String getLocaleName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||