|
||||||||||
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.utgenome.gwt.widget.client.TrackFrame
public abstract class TrackFrame
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 int |
BUTTON_ADJUSTHEIGHT
|
static int |
BUTTON_ALL
|
static int |
BUTTON_CLOSE
|
static int |
BUTTON_CONFIG
|
static int |
BUTTON_MINIMIZE
|
static int |
BUTTON_RELOAD
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
TrackFrame()
|
Method Summary | |
---|---|
abstract void |
addTrackButtonListener(TrackButtonListener listener)
|
abstract void |
enableResizeHeight(boolean enable)
Enable resize of the track height |
abstract void |
enableResizeWidth(boolean enable)
Enable resize of the track width |
abstract com.google.gwt.user.client.ui.Widget |
getDraggableWidget()
Get the draggable part of this widget |
abstract String |
getTrackTitle()
Gets the track title |
abstract void |
setHeight(int pixelHeight)
|
void |
setHeight(String height)
|
abstract void |
setLoading(boolean loading)
Start or stop the rotation of the loading button. |
void |
setSize(int pixelWidth,
int pixelHeight)
|
void |
setSize(String width,
String height)
|
abstract void |
setTrackContent(com.google.gwt.user.client.ui.Widget w)
Set the track content widget |
abstract void |
setTrackTitle(String title)
Set the track title |
abstract void |
setVisible(int buttonSet,
boolean visible)
Set the visibility of the specified button |
abstract void |
setWidth(int pixelWidth)
Set the track frame width. |
void |
setWidth(String width)
|
abstract void |
showAdjustHightButton(boolean show)
|
abstract void |
showCloseButton(boolean show)
|
abstract void |
showConfigButton(boolean show)
|
abstract void |
showMinimizeButton(boolean show)
|
abstract void |
showReloadButton(boolean show)
|
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, setPixelSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, 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 int BUTTON_RELOAD
public static final int BUTTON_CONFIG
public static final int BUTTON_ADJUSTHEIGHT
public static final int BUTTON_MINIMIZE
public static final int BUTTON_CLOSE
public static final int BUTTON_ALL
Constructor Detail |
---|
public TrackFrame()
Method Detail |
---|
public abstract void setVisible(int buttonSet, boolean visible)
buttonSet
- set of buttons (OR value of BUTTON_RELOAD, BUTTON_CONFIG, BUTTON_ADJUSTHEIGHT, BUTTON_MINIMIZE,
BUTTON_CLOSE)visible
- public abstract void showCloseButton(boolean show)
public abstract void showConfigButton(boolean show)
public abstract void showMinimizeButton(boolean show)
public abstract void showAdjustHightButton(boolean show)
public abstract void showReloadButton(boolean show)
public abstract void setTrackTitle(String title)
title
- public abstract String getTrackTitle()
public abstract void addTrackButtonListener(TrackButtonListener listener)
public abstract void setLoading(boolean loading)
loading
- true: start rotate, false: stop rotatepublic abstract void setTrackContent(com.google.gwt.user.client.ui.Widget w)
w
- public abstract com.google.gwt.user.client.ui.Widget getDraggableWidget()
public abstract void enableResizeWidth(boolean enable)
enable
- public abstract void enableResizeHeight(boolean enable)
enable
- public abstract void setWidth(int pixelWidth)
UIObject.setWidth(String)
.
pixelWidth
- public abstract void setHeight(int pixelHeight)
pixelHeight
- public void setWidth(String width)
setWidth
in class com.google.gwt.user.client.ui.UIObject
public void setHeight(String height)
setHeight
in class com.google.gwt.user.client.ui.UIObject
public void setSize(int pixelWidth, int pixelHeight)
public void setSize(String width, String height)
setSize
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 |