com.bstek.dorado.view.widget.base
public abstract class AbstractButton extends Control implements ActionSupport
Constructor and Description |
---|
AbstractButton() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction() |
java.lang.String |
getMenu() |
boolean |
isDisabled() |
boolean |
isToggleable() |
boolean |
isToggled() |
boolean |
isToggleOnShowMenu() |
void |
setAction(java.lang.String action) |
void |
setDisabled(boolean disabled) |
void |
setMenu(java.lang.String menu) |
void |
setToggleable(boolean toggleable) |
void |
setToggled(boolean toggled) |
void |
setToggleOnShowMenu(boolean toggleOnShowMenu) |
getClassName, getDragTags, getDroppableTags, getExClassName, getHeight, getHideMode, getLayoutConstraint, getRenderOn, getRenderTo, getStyle, getTip, getUi, getVisible, getWidth, isDraggable, isDroppable, setClassName, setDraggable, setDragTags, setDroppable, setDroppableTags, setExClassName, setHeight, setHideMode, setLayoutConstraint, setRenderOn, setRenderTo, setStyle, setTip, setUi, setVisible, setWidth
createClientEventHolder, getUserData, getViewConfig, setUserData
addClientEventListener, clearClientEventListeners, getAllClientEventListeners, getClientEventListeners
getId, getInnerElements, getMetaData, getParent, getTags, getView, isIgnored, registerInnerElement, setId, setIgnored, setMetaData, setParent, setTags, unregisterInnerElement
public java.lang.String getAction()
getAction
in interface ActionSupport
public void setAction(java.lang.String action)
setAction
in interface ActionSupport
public boolean isDisabled()
public void setDisabled(boolean disabled)
public boolean isToggleable()
public void setToggleable(boolean toggleable)
public boolean isToggled()
public void setToggled(boolean toggled)
public java.lang.String getMenu()
public void setMenu(java.lang.String menu)
public boolean isToggleOnShowMenu()
public void setToggleOnShowMenu(boolean toggleOnShowMenu)
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.