com.ebmwebsourcing.petalsbpm.definitionseditor.interfaces
Class InterfacePanel

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 com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractGrid<T>
                  extended by com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractCheckBoxGrid<T>
                      extended by com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>
                          extended by com.ebmwebsourcing.petalsbpm.definitionseditor.interfaces.InterfacePanel
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 InterfacePanel
extends com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>


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
 
Fields inherited from class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractCheckBoxGrid
cbSelectionModel
 
Fields inherited from class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractGrid
data, gridPanel, OBJECT_REF, recordDef, store
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
InterfacePanel()
           
 
Method Summary
protected  void bind(com.gwtext.client.data.Record record, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean value)
           
protected  void buildGrid()
           
protected  java.lang.Object[] convertDataToObject(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean data)
           
protected  java.lang.String getAddText()
           
protected  java.util.List<com.gwtext.client.widgets.grid.BaseColumnConfig> getColumnsConfig()
           
protected  com.gwtext.client.data.FieldDef[] getFieldDef()
           
protected  com.gwtext.client.widgets.grid.EditorGridPanel getGridPanel()
           
protected  com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean getNewDefaultRecord()
           
protected  java.lang.String getRemoveText()
           
 com.gwtext.client.widgets.Panel getWrapper()
           
protected  boolean isValid(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean data)
           
 void setWrapper(com.gwtext.client.widgets.Panel wrapper)
           
 
Methods inherited from class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid
addHandler, getSelectedValues, getValues, hasAddBtn, hasRemoveBtn
 
Methods inherited from class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractGrid
addHandler, clearRecords, convertDataListToObjecArray, convertDataToObjectWithObjectRef, load, refresh, setHeight, setTitle, setWidth
 
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, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterfacePanel

public InterfacePanel()
Method Detail

buildGrid

protected void buildGrid()
Overrides:
buildGrid in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>

bind

protected void bind(com.gwtext.client.data.Record record,
                    com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean value)
Specified by:
bind in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>

getAddText

protected java.lang.String getAddText()
Specified by:
getAddText in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>

getNewDefaultRecord

protected com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean getNewDefaultRecord()
Specified by:
getNewDefaultRecord in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>

getRemoveText

protected java.lang.String getRemoveText()
Specified by:
getRemoveText in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>

convertDataToObject

protected java.lang.Object[] convertDataToObject(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean data)
Specified by:
convertDataToObject in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>

getColumnsConfig

protected java.util.List<com.gwtext.client.widgets.grid.BaseColumnConfig> getColumnsConfig()
Specified by:
getColumnsConfig in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>

getFieldDef

protected com.gwtext.client.data.FieldDef[] getFieldDef()
Specified by:
getFieldDef in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>

getGridPanel

protected com.gwtext.client.widgets.grid.EditorGridPanel getGridPanel()
Overrides:
getGridPanel in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>

setWrapper

public void setWrapper(com.gwtext.client.widgets.Panel wrapper)

getWrapper

public com.gwtext.client.widgets.Panel getWrapper()

isValid

protected boolean isValid(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean data)
Specified by:
isValid in class com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean>


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.