public class TemplatePanelActionEdit extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.extjs.gxt.ui.client.widget.LayoutContainer |
centralContainer |
static String |
DEFINITION_AND_VALIDATION_POST_OPERATIONS |
protected com.extjs.gxt.ui.client.widget.ContentPanel |
principalContainer |
protected com.extjs.gxt.ui.client.widget.ContentPanel |
southContainer |
| Constructor and Description |
|---|
TemplatePanelActionEdit()
Instantiates a new template panel action updater.
|
TemplatePanelActionEdit(TemplateSwitcherInteface switcherInterface,
TdTemplateController controller)
Instantiates a new template panel action updater.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearCell(int rowIndex,
int columnIndex)
Clear cell.
|
void |
enableUndoLastOperation(boolean bool)
Enable undo last operation.
|
com.google.web.bindery.event.shared.SimpleEventBus |
getActionControlleEventBus()
Gets the action controlle event bus.
|
List<TdColumnDefinition> |
getOthersColumns()
Gets the others columns.
|
com.extjs.gxt.ui.client.widget.ContentPanel |
getPanel()
Gets the panel.
|
List<TdColumnDefinition> |
getTimeDimensionCls()
Gets the time dimension cls.
|
void |
initTableColumns(com.google.gwt.user.client.ui.FlexTable flexTable,
int columnIndex,
int columnsOffset)
Inits the table columns.
|
void |
inizializeTableTemplate()
Inizialize table template.
|
void |
inizializeToolBar()
Inizialize tool bar.
|
void |
refreshLastOperationLabel(String text,
String subText)
Refresh last operation label.
|
void |
refreshSuggestion(String title,
String text)
Refresh suggestion.
|
void |
refreshSuggestion(String title,
String text,
com.google.gwt.user.client.ui.AbstractImagePrototype img)
Refresh suggestion.
|
void |
reloadColumnsFromService()
Reload columns from service.
|
void |
reset()
Reset.
|
void |
resetLastOperationLabel()
Reset last operation label.
|
void |
resetrefreshSuggestion()
Resetrefresh suggestion.
|
void |
setActionControlleEventBus(com.google.web.bindery.event.shared.SimpleEventBus actionControlleEventBus)
Sets the action controlle event bus.
|
void |
setBorderAsOnError(boolean bool)
Sets the border as on error.
|
void |
setColumns(List<TdColumnDefinition> columns)
Sets the columns.
|
void |
setVisibleToolbar(boolean b)
Sets the visible toolbar.
|
void |
setWidgetIntoTable(int rowIndex,
TdColumnDefinition columnDefined,
com.google.gwt.user.client.ui.Widget widget)
Sets the widget into table.
|
void |
updateColumnByTdColumnDefinition(TdColumnDefinition columnDefined)
Update column by td column definition.
|
void |
updateColumns(List<TdColumnDefinition> columns)
Update columns.
|
public static final String DEFINITION_AND_VALIDATION_POST_OPERATIONS
protected com.extjs.gxt.ui.client.widget.LayoutContainer centralContainer
protected com.extjs.gxt.ui.client.widget.ContentPanel principalContainer
protected com.extjs.gxt.ui.client.widget.ContentPanel southContainer
public TemplatePanelActionEdit()
public TemplatePanelActionEdit(TemplateSwitcherInteface switcherInterface, TdTemplateController controller)
switcherInterface - the switcher interfacecontroller - the controllerpublic List<TdColumnDefinition> getTimeDimensionCls()
public List<TdColumnDefinition> getOthersColumns()
public com.google.web.bindery.event.shared.SimpleEventBus getActionControlleEventBus()
public void setActionControlleEventBus(com.google.web.bindery.event.shared.SimpleEventBus actionControlleEventBus)
actionControlleEventBus - the actionControlleEventBus to setpublic void refreshLastOperationLabel(String text, String subText)
text - the textsubText - the sub textpublic void reloadColumnsFromService()
public void resetLastOperationLabel()
public void setBorderAsOnError(boolean bool)
bool - the new border as on errorpublic void refreshSuggestion(String title, String text)
title - the titletext - the textpublic void refreshSuggestion(String title, String text, com.google.gwt.user.client.ui.AbstractImagePrototype img)
title - the titletext - the textimg - the imgpublic void updateColumns(List<TdColumnDefinition> columns)
columns - the columnspublic void setColumns(List<TdColumnDefinition> columns)
columns - the new columnspublic void initTableColumns(com.google.gwt.user.client.ui.FlexTable flexTable,
int columnIndex,
int columnsOffset)
flexTable - the flex tablecolumnIndex - the column indexcolumnsOffset - the columns offsetpublic void inizializeTableTemplate()
public void setWidgetIntoTable(int rowIndex,
TdColumnDefinition columnDefined,
com.google.gwt.user.client.ui.Widget widget)
rowIndex - the row indexcolumnDefined - the column indexwidget - the widgetpublic void clearCell(int rowIndex,
int columnIndex)
rowIndex - the row indexcolumnIndex - the column indexpublic void updateColumnByTdColumnDefinition(TdColumnDefinition columnDefined)
columnDefined - the column definedpublic void inizializeToolBar()
public void enableUndoLastOperation(boolean bool)
bool - the boolpublic void reset()
public com.extjs.gxt.ui.client.widget.ContentPanel getPanel()
public void setVisibleToolbar(boolean b)
b - the new visible toolbarpublic void resetrefreshSuggestion()
Copyright © 2015. All Rights Reserved.