|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Designmodel for a tab
Method Summary | |
java.lang.String |
getAction()
Returns the action, which should be processed if the TabPage is selected. |
Color |
getBgColor()
Returns the Background Color |
java.lang.String |
getBody()
Returns the HTML-String which should be displayed as Content of the TabPage |
java.lang.String |
getContent()
Returns the Content of the TabPage |
java.lang.String |
getImageRef()
Returns the assignment Rule |
java.lang.String |
getTabId()
Returns the unique key for the TabPage |
java.lang.String |
getTarget()
Returns where the document referenced will appear. |
java.lang.String |
getTitle()
Returns the Title |
java.lang.String |
getTooltip()
Returns the tooltip |
boolean |
isEnabled()
Returns if the tab can be selected |
void |
setAction(java.lang.String action)
Sets the Action, which should be processed if a TabPage is selected. |
void |
setBgColor(Color bgcolor)
sets the Background Color |
void |
setBody(java.lang.String body)
Sets the HTML-String which should be displayed as Content of the TabPage. |
void |
setContent(java.lang.String content)
Sets the Content (Name of the JSP) of the TagPage |
void |
setEnable(boolean enable)
Sets the enable Flag |
void |
setImageRef(java.lang.String ref)
Assigns the TapPage an Image from an ImageMap |
void |
setPermission(Permission permission)
Sets a list with permission for the object. |
void |
setTabId(java.lang.String tabid)
Sets the Id for the TabPage |
void |
setTarget(java.lang.String target)
Sets the target where the document referenced will appear. |
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 getTabId()
public void setTabId(java.lang.String tabid)
tabid
- 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 boolean isEnabled()
true
if the TabPage can be selected;
false
otherwisepublic void setEnable(boolean enable)
enable
- false
if the TabPage can not be selectedpublic void setContent(java.lang.String content)
content
- Name of the JSP Pagepublic java.lang.String getContent()
public void setBody(java.lang.String body)
body
- HTML-Codepublic java.lang.String getBody()
public void setBgColor(Color bgcolor)
bgcolor
- Colorpublic Color getBgColor()
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 setTarget(java.lang.String target)
target
- The target where the document referenced will appearpublic java.lang.String getTarget()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |