com.ebmwebsourcing.petalsbpm.definitionseditor.message
Class MessagePanel

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


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

MessagePanel

public MessagePanel()
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.IMessageBean>

bind

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

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.IMessageBean>

getNewDefaultRecord

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

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.IMessageBean>

convertDataToObject

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

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.IMessageBean>

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.IMessageBean>

getItemRefColumn

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

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.IMessageBean>

isValid

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


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