org.eaglei.datatools.client.ui
Class ButtonsPanel

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.eaglei.datatools.client.ui.ButtonsPanel
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget

public class ButtonsPanel
extends com.google.gwt.user.client.ui.Composite


Nested Class Summary
static interface ButtonsPanel.ProviderRestrictionListener
           
 
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
protected  com.google.gwt.user.client.ui.RadioButton all
           
protected  com.google.gwt.user.client.ui.Button cancelButton
           
protected  com.google.gwt.user.client.ui.Button claimReleaseButton
           
protected  com.google.gwt.user.client.ui.Button copyResourceButton
           
protected  com.google.gwt.user.client.ui.Button deleteButton
           
protected  com.google.gwt.user.client.ui.Button editButton
           
protected  com.google.gwt.user.client.ui.Label formControlLabel
           
protected  com.google.gwt.user.client.ui.RadioButton onlyThisProvider
           
protected  com.google.gwt.user.client.ui.Button saveButton
           
protected  com.google.gwt.user.client.ui.Label wfLabel
           
protected  com.google.gwt.user.client.ui.Button workFlowActionButton1
           
protected  com.google.gwt.user.client.ui.Button workFlowActionButton2
           
protected  com.google.gwt.user.client.ui.Button workFlowActionButton3
           
protected  com.google.gwt.user.client.ui.Button workFlowActionButton4
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Method Summary
 com.google.gwt.user.client.ui.Button getCancelButton()
           
 com.google.gwt.user.client.ui.Button getEditButton()
           
 com.google.gwt.user.client.ui.Button getSaveButton()
           
 void hideAllWorkflowButtons()
           
 boolean isPresenlyOwner()
           
 void setClaimOrReleaseButtonAction()
           
protected  void setEnable(com.google.gwt.user.client.ui.Button workflowButton, boolean enable)
           
 void setProviderRestrictionSelector(ButtonsPanel.ProviderRestrictionListener listener)
          Set whether pick list values are restricted to provider or to all.
 void setRootSuperClass(org.eaglei.model.EIClass superclass)
           
 void setWorkflowButtons()
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, 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, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

formControlLabel

@UiField
protected com.google.gwt.user.client.ui.Label formControlLabel

wfLabel

@UiField
protected com.google.gwt.user.client.ui.Label wfLabel

workFlowActionButton1

@UiField
protected com.google.gwt.user.client.ui.Button workFlowActionButton1

workFlowActionButton2

@UiField
protected com.google.gwt.user.client.ui.Button workFlowActionButton2

workFlowActionButton3

@UiField
protected com.google.gwt.user.client.ui.Button workFlowActionButton3

workFlowActionButton4

@UiField
protected com.google.gwt.user.client.ui.Button workFlowActionButton4

claimReleaseButton

@UiField
protected com.google.gwt.user.client.ui.Button claimReleaseButton

saveButton

@UiField
protected com.google.gwt.user.client.ui.Button saveButton

editButton

@UiField
protected com.google.gwt.user.client.ui.Button editButton

cancelButton

@UiField
protected com.google.gwt.user.client.ui.Button cancelButton

copyResourceButton

@UiField
protected com.google.gwt.user.client.ui.Button copyResourceButton

deleteButton

@UiField
protected com.google.gwt.user.client.ui.Button deleteButton

onlyThisProvider

@UiField
protected com.google.gwt.user.client.ui.RadioButton onlyThisProvider

all

@UiField
protected com.google.gwt.user.client.ui.RadioButton all
Method Detail

setProviderRestrictionSelector

public void setProviderRestrictionSelector(ButtonsPanel.ProviderRestrictionListener listener)
Set whether pick list values are restricted to provider or to all. By default only this provider.


setWorkflowButtons

public void setWorkflowButtons()

setEnable

protected void setEnable(com.google.gwt.user.client.ui.Button workflowButton,
                         boolean enable)

getSaveButton

public com.google.gwt.user.client.ui.Button getSaveButton()

getCancelButton

public com.google.gwt.user.client.ui.Button getCancelButton()

getEditButton

public com.google.gwt.user.client.ui.Button getEditButton()

setRootSuperClass

public void setRootSuperClass(org.eaglei.model.EIClass superclass)

setClaimOrReleaseButtonAction

public void setClaimOrReleaseButtonAction()

hideAllWorkflowButtons

public void hideAllWorkflowButtons()

isPresenlyOwner

public boolean isPresenlyOwner()


Copyright © 2009-2011 Eagle-I. All Rights Reserved.