public class MultiplicityTable extends com.google.gwt.user.client.ui.FlexTable
com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
com.google.gwt.user.client.ui.HTMLTable.Cell, com.google.gwt.user.client.ui.HTMLTable.CellFormatter, com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter, com.google.gwt.user.client.ui.HTMLTable.RowFormatter
Modifier and Type | Field and Description |
---|---|
protected int |
row |
Constructor and Description |
---|
MultiplicityTable(MultiplicityConfiguration config)
Creates an instance of a MultiplicityTable based on the options in the MultiplicityConfiguration
|
Modifier and Type | Method and Description |
---|---|
void |
addEmptyCell() |
void |
addHeaderCell(String fieldValue) |
void |
addNextCell(String fieldValue) |
void |
buildHeaders() |
MultiplicityConfiguration |
getConfig() |
String |
getParentPath() |
void |
initTable() |
void |
nextRow() |
void |
setConfig(MultiplicityConfiguration config) |
void |
setParentPath(String parentPath) |
addCell, getCellCount, getFlexCellFormatter, getRowCount, insertCell, insertRow, prepareCell, prepareRow, removeAllRows, removeCell, removeCells, removeRow
addClickHandler, addDoubleClickHandler, addTableListener, checkCellBounds, checkRowBounds, clear, clear, clearCell, createCell, getBodyElement, getCellForEvent, getCellFormatter, getCellPadding, getCellSpacing, getColumnFormatter, getDOMCellCount, getDOMCellCount, getDOMRowCount, getDOMRowCount, getEventTargetCell, getHTML, getRowFormatter, getText, getWidget, insertCells, internalClearCell, isCellPresent, iterator, onEnsureDebugId, prepareColumn, remove, removeTableListener, setBorderWidth, setCellFormatter, setCellPadding, setCellSpacing, setColumnFormatter, setHTML, setHTML, setRowFormatter, setText, setWidget, setWidget
add, add, adopt, adopt, disown, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
protected int row
public MultiplicityTable(MultiplicityConfiguration config)
config
- public void initTable()
public void buildHeaders()
public void addHeaderCell(String fieldValue)
public void addNextCell(String fieldValue)
public void addEmptyCell()
public void nextRow()
public MultiplicityConfiguration getConfig()
public void setConfig(MultiplicityConfiguration config)
public String getParentPath()
public void setParentPath(String parentPath)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.