public class TemplatePanel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnDefinitionView> |
columnsDefined |
protected com.google.gwt.user.client.ui.FlexTable |
flexTableTemplate |
protected SetColumnTypeDefinition |
setColumnTypeDefinition |
protected com.extjs.gxt.ui.client.widget.ContentPanel |
tableContainer |
| Constructor and Description |
|---|
TemplatePanel(TemplateSwitcherInteface templateSwitcherInteface,
TdTemplateController controller) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCell(int rowIndex,
int columnIndex) |
List<ColumnDefinitionView> |
getColumnsDefined() |
int |
getNumColumns() |
com.extjs.gxt.ui.client.widget.LayoutContainer |
getPanel() |
void |
inizializeTableTemplate()
Initialize this example.
|
void |
refreshSuggestion(String title,
String text) |
void |
refreshSuggestion(String title,
String text,
com.google.gwt.user.client.ui.AbstractImagePrototype img) |
void |
setBorderAsOnError(boolean bool) |
void |
setWidgetIntoTable(int rowIndex,
int columnIndex,
com.google.gwt.user.client.ui.Widget widget) |
void |
validateTemplate() |
protected com.google.gwt.user.client.ui.FlexTable flexTableTemplate
protected com.extjs.gxt.ui.client.widget.ContentPanel tableContainer
protected List<ColumnDefinitionView> columnsDefined
protected SetColumnTypeDefinition setColumnTypeDefinition
public TemplatePanel(TemplateSwitcherInteface templateSwitcherInteface, TdTemplateController controller)
setColumnTypeDefinition - public void refreshSuggestion(String title, String text, com.google.gwt.user.client.ui.AbstractImagePrototype img)
public void setBorderAsOnError(boolean bool)
public void inizializeTableTemplate()
public void setWidgetIntoTable(int rowIndex,
int columnIndex,
com.google.gwt.user.client.ui.Widget widget)
public void clearCell(int rowIndex,
int columnIndex)
public int getNumColumns()
public com.extjs.gxt.ui.client.widget.LayoutContainer getPanel()
public List<ColumnDefinitionView> getColumnsDefined()
public void validateTemplate()
Copyright © 2014. All Rights Reserved.