|
||||||||||
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.gcube.portlets.user.reportgenerator.client.WorkspacePanel
public class WorkspacePanel
WorkspacePanel
class is the UI Component for displaying the template
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 WorkspacePanel |
singleton
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
WorkspacePanel(Presenter c)
|
Method Summary | |
---|---|
void |
addComponentToLayout(com.google.gwt.user.client.ui.Widget w,
boolean isDoubleColumnLayout)
|
static WorkspacePanel |
get()
|
com.google.gwt.user.client.ui.FlowPanel |
getMainLayout()
|
void |
moveWidget(com.google.gwt.user.client.ui.Widget toMove,
int left,
int top)
|
boolean |
removeComponentFromLayout(com.google.gwt.user.client.ui.Widget w)
|
void |
resizeWidget(com.google.gwt.user.client.ui.Widget toResize,
int newWidth,
int newHeight)
|
void |
resizeWorkspace(int width,
int height)
resizes the workspace panel |
void |
setModel(TemplateModel model)
|
void |
showLoading()
|
void |
showOpenOptions(boolean isVME)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, 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, 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 WorkspacePanel singleton
Constructor Detail |
---|
public WorkspacePanel(Presenter c)
c
- the controller instanceMethod Detail |
---|
public static WorkspacePanel get()
public void showOpenOptions(boolean isVME)
public void showLoading()
public void addComponentToLayout(com.google.gwt.user.client.ui.Widget w, boolean isDoubleColumnLayout)
w
- .isDoubleColumnLayout
- .public boolean removeComponentFromLayout(com.google.gwt.user.client.ui.Widget w)
w
- the widget to remove
public void setModel(TemplateModel model)
model
- .public void resizeWorkspace(int width, int height)
width
- .height
- .public void moveWidget(com.google.gwt.user.client.ui.Widget toMove, int left, int top)
toMove
- .left
- .top
- .public void resizeWidget(com.google.gwt.user.client.ui.Widget toResize, int newWidth, int newHeight)
toResize
- the widget to resizenewWidth
- .newHeight
- .public com.google.gwt.user.client.ui.FlowPanel getMainLayout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |