|
||||||||||
| 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.Composite
org.utgenome.gwt.widget.client.VerticalDraggableTrackPanel
public class VerticalDraggableTrackPanel
VerticalPanel with Drag & Drop support
| 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 | |
|---|---|
static String |
TABLE_STYLE
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
VerticalDraggableTrackPanel()
|
|
| Method Summary | |
|---|---|
void |
add(com.google.gwt.user.client.ui.Widget w)
Do not make the widget draggable |
void |
add(com.google.gwt.user.client.ui.Widget w,
com.google.gwt.user.client.ui.Widget dragHandle)
Add the widget with the specified drag hanel |
void |
clear()
|
protected void |
drawWidget()
|
boolean |
empty()
|
int |
getIndex(com.google.gwt.user.client.ui.Widget w)
Get the index of the specified child widget position |
void |
insert(com.google.gwt.user.client.ui.Widget w,
com.google.gwt.user.client.ui.Widget dragHandle,
int beforeIndex)
Add the widge with the specified drag handle before the location beforeIndex |
Iterator<com.google.gwt.user.client.ui.Widget> |
iterator()
|
boolean |
remove(com.google.gwt.user.client.ui.Widget w)
|
void |
setBorderWidth(int borderWidth)
|
void |
setSpacing(int spacing)
|
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElement |
| 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, 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, setStyleDependentName, setStyleName, 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 |
| Field Detail |
|---|
public static final String TABLE_STYLE
| Constructor Detail |
|---|
public VerticalDraggableTrackPanel()
| Method Detail |
|---|
public void setSpacing(int spacing)
public void setBorderWidth(int borderWidth)
protected void drawWidget()
public void add(com.google.gwt.user.client.ui.Widget w)
add in interface TrackPanelw - public int getIndex(com.google.gwt.user.client.ui.Widget w)
w -
public void insert(com.google.gwt.user.client.ui.Widget w,
com.google.gwt.user.client.ui.Widget dragHandle,
int beforeIndex)
w - dragHandle - beforeIndex -
public void add(com.google.gwt.user.client.ui.Widget w,
com.google.gwt.user.client.ui.Widget dragHandle)
w - dragHandle - draggable part in the Widget wpublic Iterator<com.google.gwt.user.client.ui.Widget> iterator()
public boolean remove(com.google.gwt.user.client.ui.Widget w)
public boolean empty()
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||