|
||||||||||
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.ComplexPanel
com.google.gwt.user.client.ui.CellPanel
com.google.gwt.user.client.ui.VerticalPanel
com.tensegrity.palowebviewer.modules.ui.client.VerticalDimensionsPanel
public class VerticalDimensionsPanel
created by: wind
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment |
---|
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant |
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment |
---|
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant |
Field Summary |
---|
Fields inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment |
---|
ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT |
Fields inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment |
---|
ALIGN_BOTTOM, ALIGN_MIDDLE, ALIGN_TOP |
Constructor Summary | |
---|---|
VerticalDimensionsPanel(UIManager uiManager,
IDimensionList dimList,
DnDManager dndManager,
IWidgetFactory widgetFactory)
|
Method Summary | |
---|---|
void |
acceptDrop(com.google.gwt.user.client.ui.Widget widget,
int x,
int y)
|
boolean |
canAcceptDrop(com.google.gwt.user.client.ui.Widget widget,
int x,
int y)
|
void |
cancelDrop(com.google.gwt.user.client.ui.Widget widget)
|
protected IDimensionList |
getDimensionList()
|
void |
removeDragObject(com.google.gwt.user.client.ui.Widget widget)
|
void |
setDimensionSelectorVisible(boolean value)
|
Methods inherited from class com.google.gwt.user.client.ui.VerticalPanel |
---|
add, getHorizontalAlignment, getVerticalAlignment, insert, remove, setHorizontalAlignment, setVerticalAlignment |
Methods inherited from class com.google.gwt.user.client.ui.CellPanel |
---|
getBody, getSpacing, getTable, setBorderWidth, setCellHeight, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellWidth, setSpacing |
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
---|
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove |
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 |
---|
getParent, isAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setElement |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VerticalDimensionsPanel(UIManager uiManager, IDimensionList dimList, DnDManager dndManager, IWidgetFactory widgetFactory)
Method Detail |
---|
public void setDimensionSelectorVisible(boolean value)
public boolean canAcceptDrop(com.google.gwt.user.client.ui.Widget widget, int x, int y)
canAcceptDrop
in interface IDropTarget
public void cancelDrop(com.google.gwt.user.client.ui.Widget widget)
cancelDrop
in interface IDropTarget
public void acceptDrop(com.google.gwt.user.client.ui.Widget widget, int x, int y)
acceptDrop
in interface IDropTarget
public void removeDragObject(com.google.gwt.user.client.ui.Widget widget)
removeDragObject
in interface IDropTarget
protected IDimensionList getDimensionList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |