|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.UIObject com.google.gwt.user.client.ui.Widget com.google.gwt.user.client.ui.Composite org.kuali.student.common.ui.client.widgets.KSButtonAbstract org.kuali.student.common.ui.client.widgets.impl.KSButtonImpl
public class KSButtonImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.kuali.student.common.ui.client.widgets.KSButtonAbstract |
---|
KSButtonAbstract.ButtonStyle |
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
KSButtonImpl()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, 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, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Constructor Detail |
---|
public KSButtonImpl()
Method Detail |
---|
public boolean isEnabled()
isEnabled
in class KSButtonAbstract
public void setEnabled(boolean enabled)
setEnabled
in class KSButtonAbstract
public com.google.gwt.event.shared.HandlerRegistration addClickHandler(com.google.gwt.event.dom.client.ClickHandler handler)
public void setText(String text)
setText
in class KSButtonAbstract
public 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 KSButtonAbstract
public void init(String text, KSButtonAbstract.ButtonStyle style)
init
in class KSButtonAbstract
public void addStyleName(String style)
addStyleName
in class com.google.gwt.user.client.ui.UIObject
public void removeStyleName(String style)
removeStyleName
in class com.google.gwt.user.client.ui.UIObject
public void setStyleName(String style)
setStyleName
in class com.google.gwt.user.client.ui.UIObject
public void init()
init
in class KSButtonAbstract
public void init(String text, com.google.gwt.event.dom.client.ClickHandler handler)
init
in class KSButtonAbstract
public void init(String text, KSButtonAbstract.ButtonStyle style, com.google.gwt.event.dom.client.ClickHandler handler)
init
in class KSButtonAbstract
protected void onEnsureDebugId(String baseID)
onEnsureDebugId
in class com.google.gwt.user.client.ui.UIObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |