public class KSButtonImpl extends KSButtonAbstract
KSButtonAbstract.ButtonStyle| Constructor and Description |
|---|
KSButtonImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addClickHandler(com.google.gwt.event.dom.client.ClickHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler) |
void |
addStyleName(String style) |
void |
init() |
void |
init(String text) |
void |
init(String text,
com.google.gwt.event.dom.client.ClickHandler handler) |
void |
init(String text,
KSButtonAbstract.ButtonStyle style) |
void |
init(String text,
KSButtonAbstract.ButtonStyle style,
com.google.gwt.event.dom.client.ClickHandler handler) |
boolean |
isEnabled() |
protected void |
onEnsureDebugId(String baseID) |
void |
removeStyleName(String style) |
void |
setEnabled(boolean enabled) |
void |
setStyleName(String style) |
void |
setText(String text) |
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventspublic KSButtonImpl()
public boolean isEnabled()
isEnabled in class KSButtonAbstractpublic void setEnabled(boolean enabled)
setEnabled in class KSButtonAbstractpublic com.google.gwt.event.shared.HandlerRegistration addClickHandler(com.google.gwt.event.dom.client.ClickHandler handler)
public void setText(String text)
setText in class KSButtonAbstractpublic com.google.gwt.event.shared.HandlerRegistration addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler)
public com.google.gwt.event.shared.HandlerRegistration addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler handler)
public void init(String text)
init in class KSButtonAbstractpublic void init(String text, KSButtonAbstract.ButtonStyle style)
init in class KSButtonAbstractpublic void addStyleName(String style)
addStyleName in class com.google.gwt.user.client.ui.UIObjectpublic void removeStyleName(String style)
removeStyleName in class com.google.gwt.user.client.ui.UIObjectpublic void setStyleName(String style)
setStyleName in class com.google.gwt.user.client.ui.UIObjectpublic void init()
init in class KSButtonAbstractpublic void init(String text, com.google.gwt.event.dom.client.ClickHandler handler)
init in class KSButtonAbstractpublic void init(String text, KSButtonAbstract.ButtonStyle style, com.google.gwt.event.dom.client.ClickHandler handler)
init in class KSButtonAbstractprotected void onEnsureDebugId(String baseID)
onEnsureDebugId in class com.google.gwt.user.client.ui.UIObjectCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.