|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Designmodel for a Crumb
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 if the Crumb is selected. |
java.lang.String |
getCrumbId()
Returns the unique key for the Crumb |
java.lang.String |
getImageRef()
Returns the assignment Rule |
java.lang.String |
getLocaleName()
Gets the Local Setting for this element |
java.lang.String |
getTitle()
Returns the Title |
java.lang.String |
getTooltip()
Returns the tooltip |
boolean |
isDisabled()
Checks if the crumb is disabled |
void |
setAction(java.lang.String action)
Sets the Action, which should be processed if the Crumb is selected. |
void |
setCrumbId(java.lang.String crumbid)
Sets the Id for the Crumb |
void |
setDisabled(boolean disabled)
Marks the crumb as disabled |
void |
setFilter(boolean filter)
Activates the HTML encoding (filter). |
void |
setImageRef(java.lang.String ref)
Assigns the Crumb an Image from an ImageMap |
void |
setLocaleName(java.lang.String locale)
Sets the Locale configuration for this element |
void |
setPermission(Permission permission)
Sets a list with permission for the object. |
void |
setTitle(java.lang.String title)
Sets the Title |
void |
setTooltip(java.lang.String tooltip)
Sets the tooltip text |
Methods inherited from interface com.cc.framework.ui.model.ClientHandler |
getHandler, getHandlers, setHandler |
Methods inherited from interface com.cc.framework.ui.model.AccessControlled |
getPermission, show |
Method Detail |
public java.lang.String getCrumbId()
public void setCrumbId(java.lang.String crumbid)
crumbid
- Unique Idpublic java.lang.String getAction()
public void setAction(java.lang.String action)
action
- Actionpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- The Titlepublic void setTooltip(java.lang.String tooltip)
tooltip
- The Tooltippublic java.lang.String getTooltip()
public void setImageRef(java.lang.String ref)
ref
- Rule of the ImageMap to matchpublic java.lang.String getImageRef()
public void setPermission(Permission permission)
permission
- Permissionpublic void setDisabled(boolean disabled)
disabled
- true
to disable the crumbpublic boolean isDisabled()
true
if the crumb is disabledpublic 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|false
public java.lang.String getLocaleName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |