|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.SimplePanel
org.kuali.student.common.ui.client.widgets.table.NodeWidget
public class NodeWidget
Nested Class Summary |
---|
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 | |
---|---|
(package private) com.google.gwt.user.client.ui.CheckBox |
checkBox
|
(package private) com.google.gwt.event.shared.HandlerRegistration |
handlerRegistration
|
(package private) com.google.gwt.user.client.ui.HTML |
html
|
private Node |
node
|
(package private) com.google.gwt.user.client.ui.VerticalPanel |
verticalPanel
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
NodeWidget(Node<Token> n)
|
Method Summary | |
---|---|
void |
addSelectionHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<Boolean> ch)
|
Node |
getNode()
|
void |
installCheckBox()
|
boolean |
isSelected()
|
void |
onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent pevent)
|
void |
setNode(Node n)
|
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel |
---|
add, getContainerElement, getWidget, iterator, remove, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
---|
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addDomHandler, addHandler, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Node node
com.google.gwt.user.client.ui.HTML html
com.google.gwt.user.client.ui.CheckBox checkBox
com.google.gwt.event.shared.HandlerRegistration handlerRegistration
com.google.gwt.user.client.ui.VerticalPanel verticalPanel
Constructor Detail |
---|
public NodeWidget(Node<Token> n)
Method Detail |
---|
public void onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent pevent)
onPreviewNativeEvent
in interface com.google.gwt.user.client.Event.NativePreviewHandler
public Node getNode()
public void installCheckBox()
public boolean isSelected()
public void addSelectionHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<Boolean> ch)
public void setNode(Node n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |