|
3.1.2: 2012-07-31 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.basedb.clients.web.taglib.table.Button.ButtonActionWrapper
class Button.ButtonActionWrapper
Constructor Summary | |
---|---|
Button.ButtonActionWrapper()
|
Method Summary | |
---|---|
String |
getClazz()
Class attribute of the main button tag. |
String |
getIcon()
Get a reference to an image that will be displayed in the menu. |
String |
getId()
ID attribute of the main button tag. |
String |
getOnClick()
A javascript action that is executed when the user clicks on the button. |
String |
getStyle()
Extra CSS style attributes that will be added to the style attribute of the main button tag. |
String |
getTitle()
Get the title of the button. |
String |
getTooltip()
A tooltip that is shown as a yellow popup when the user points the mouse at the button. |
boolean |
isEnabled()
If the button should be enabled or disabled. |
boolean |
isVisible()
If the button should be visible or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Button.ButtonActionWrapper()
Method Detail |
---|
public String getId()
ButtonAction
getId
in interface ButtonAction
public String getClazz()
ButtonAction
getClazz
in interface ButtonAction
public String getStyle()
ButtonAction
style
attribute of the main button tag.
getStyle
in interface ButtonAction
public String getTitle()
ButtonAction
getTitle
in interface ButtonAction
public String getTooltip()
ButtonAction
getTooltip
in interface ButtonAction
public String getIcon()
ButtonAction
getIcon
in interface ButtonAction
public boolean isEnabled()
ButtonAction
isEnabled
in interface ButtonAction
public boolean isVisible()
ButtonAction
isVisible
in interface ButtonAction
public String getOnClick()
ButtonAction
getOnClick
in interface ButtonAction
|
3.1.2: 2012-07-31 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |