com.ebmwebsourcing.petalsbpm.definitionseditor.error
Class ErrorPanel

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.common.IErrorBean>
                          extended by com.ebmwebsourcing.petalsbpm.definitionseditor.error.ErrorPanel
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 ErrorPanel
extends com.ebmwebsourcing.geasytools.gwtextwidgets.grid.AbstractEditableGrid<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IErrorBean>


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
ErrorPanel()
           
 
Method Summary
protected  void bind(com.gwtext.client.data.Record record, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IErrorBean value)
           
protected  void buildGrid()
           
protected  java.lang.Object[] convertDataToObject(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IErrorBean 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()
           
 com.gwtext.client.widgets.grid.ColumnConfig getItemDefRefColumn()
           
protected  com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IErrorBean getNewDefaultRecord()
           
protected  java.lang.String getRemoveText()
           
protected  boolean isValid(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IErrorBean data)
           
 
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

ErrorPanel

public ErrorPanel()
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.common.IErrorBean>

bind

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

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.common.IErrorBean>

getNewDefaultRecord

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

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.common.IErrorBean>

convertDataToObject

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

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.common.IErrorBean>

getItemDefRefColumn

public com.gwtext.client.widgets.grid.ColumnConfig getItemDefRefColumn()

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.common.IErrorBean>

isValid

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

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.common.IErrorBean>


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