public class TemplatePanel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnDefinitionView> |
columnsDefined |
protected com.google.gwt.user.client.ui.FlexTable |
flexTableTemplate
An instance of the constants.
|
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 |
addNewSuggestion(String title,
String text) |
void |
addNewSuggestion(String title,
String text,
com.google.gwt.user.client.ui.AbstractImagePrototype img) |
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 |
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 setBorderAsOnError(boolean bool)
public void addNewSuggestion(String title, String text, com.google.gwt.user.client.ui.AbstractImagePrototype img)
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.