com.ebmwebsourcing.petalsbpm.definitionseditor.imports
Class ImportPanel

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.infrastructure.IImportBean>
                          extended by com.ebmwebsourcing.petalsbpm.definitionseditor.imports.ImportPanel
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 ImportPanel
extends com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean>


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
ImportPanel()
           
 
Method Summary
 void addImportPanelHandler(ImportPanelHandler handler)
           
protected  void bind(com.gwtext.client.data.Record record, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean value)
           
protected  void buildGrid()
           
protected  java.lang.Object[] convertDataToObject(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean data)
           
protected  java.lang.String getAddText()
           
protected  com.gwtext.client.data.Store getCbStore()
           
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()
           
 com.gwtext.client.widgets.form.ComboBox getImportType()
           
protected  com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean getNewDefaultRecord()
           
 com.gwtext.client.data.ArrayReader getReader()
           
protected  java.lang.String getRemoveText()
           
protected  boolean isValid(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean data)
           
 void setExternalImportTypes(java.util.List<? extends IImportType> importTypes)
           
 
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

ImportPanel

public ImportPanel()
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.infrastructure.IImportBean>

bind

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

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.infrastructure.IImportBean>

getNewDefaultRecord

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

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.infrastructure.IImportBean>

getImportType

public com.gwtext.client.widgets.form.ComboBox getImportType()

convertDataToObject

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

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.infrastructure.IImportBean>

getCbStore

protected com.gwtext.client.data.Store getCbStore()

getReader

public com.gwtext.client.data.ArrayReader getReader()

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.infrastructure.IImportBean>

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.infrastructure.IImportBean>

setExternalImportTypes

public void setExternalImportTypes(java.util.List<? extends IImportType> importTypes)

addImportPanelHandler

public void addImportPanelHandler(ImportPanelHandler handler)

isValid

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


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