Package com.vaadin.client.ui
Class VFormLayout.VFormLayoutTable
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.google.gwt.user.client.ui.Panel
-
- com.google.gwt.user.client.ui.HTMLTable
-
- com.google.gwt.user.client.ui.FlexTable
-
- com.vaadin.client.ui.VFormLayout.VFormLayoutTable
-
- All Implemented Interfaces:
com.google.gwt.event.dom.client.ClickHandler
,com.google.gwt.event.dom.client.HasAllDragAndDropHandlers
,com.google.gwt.event.dom.client.HasClickHandlers
,com.google.gwt.event.dom.client.HasDoubleClickHandlers
,com.google.gwt.event.dom.client.HasDragEndHandlers
,com.google.gwt.event.dom.client.HasDragEnterHandlers
,com.google.gwt.event.dom.client.HasDragHandlers
,com.google.gwt.event.dom.client.HasDragLeaveHandlers
,com.google.gwt.event.dom.client.HasDragOverHandlers
,com.google.gwt.event.dom.client.HasDragStartHandlers
,com.google.gwt.event.dom.client.HasDropHandlers
,com.google.gwt.event.logical.shared.HasAttachHandlers
,com.google.gwt.event.shared.EventHandler
,com.google.gwt.event.shared.HasHandlers
,com.google.gwt.user.client.EventListener
,com.google.gwt.user.client.ui.HasVisibility
,com.google.gwt.user.client.ui.HasWidgets
,com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
,com.google.gwt.user.client.ui.IsWidget
,com.google.gwt.user.client.ui.SourcesTableEvents
,Iterable<com.google.gwt.user.client.ui.Widget>
- Enclosing class:
- VFormLayout
public class VFormLayout.VFormLayoutTable extends com.google.gwt.user.client.ui.FlexTable implements com.google.gwt.event.dom.client.ClickHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.FlexTable
com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
-
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.HTMLTable
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
-
-
Field Summary
Fields Modifier and Type Field Description static int
COLUMN_WIDGET
-
Constructor Summary
Constructors Constructor Description VFormLayoutTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanReferences(com.google.gwt.user.client.ui.Widget oldChildWidget)
VFormLayout.Caption
getCaption(com.google.gwt.user.client.ui.Widget childWidget)
VFormLayout.ErrorFlag
getError(com.google.gwt.user.client.ui.Widget childWidget)
void
onClick(com.google.gwt.event.dom.client.ClickEvent event)
void
setChild(int rowNr, com.google.gwt.user.client.ui.Widget childWidget, VFormLayout.Caption caption, VFormLayout.ErrorFlag error)
void
setMargins(MarginInfo margins)
void
setRowCount(int rowNr)
void
setSpacing(boolean spacing)
void
updateCaption(com.google.gwt.user.client.ui.Widget widget, AbstractComponentState state, boolean enabled)
void
updateError(com.google.gwt.user.client.ui.Widget widget, String errorMessage, ErrorLevel errorLevel, boolean hideErrors)
-
Methods inherited from class com.google.gwt.user.client.ui.FlexTable
addCell, getCellCount, getFlexCellFormatter, getRowCount, insertCell, insertRow, prepareCell, prepareRow, removeAllRows, removeCell, removeCells, removeRow
-
Methods inherited from class com.google.gwt.user.client.ui.HTMLTable
addClickHandler, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addTableListener, checkCellBounds, checkRowBounds, clear, clear, clearCell, createCell, getBodyElement, getCellForEvent, getCellFormatter, getCellPadding, getCellSpacing, getColumnFormatter, getDOMCellCount, getDOMCellCount, getDOMCellCount, getDOMRowCount, getDOMRowCount, getDOMRowCount, getEventTargetCell, getHTML, getRowFormatter, getText, getWidget, insertCells, internalClearCell, internalClearCell, isCellPresent, iterator, onEnsureDebugId, prepareColumn, remove, removeTableListener, setBorderWidth, setCellFormatter, setCellPadding, setCellSpacing, setColumnFormatter, setHTML, setHTML, setRowFormatter, setText, setWidget, setWidget
-
Methods inherited from class com.google.gwt.user.client.ui.Panel
add, add, adopt, doAttachChildren, doDetachChildren, orphan, remove
-
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
-
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, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
-
-
-
-
Field Detail
-
COLUMN_WIDGET
public static final int COLUMN_WIDGET
- See Also:
- Constant Field Values
-
-
Method Detail
-
onClick
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
- Specified by:
onClick
in interfacecom.google.gwt.event.dom.client.ClickHandler
-
setMargins
public void setMargins(MarginInfo margins)
-
setSpacing
public void setSpacing(boolean spacing)
-
setRowCount
public void setRowCount(int rowNr)
-
setChild
public void setChild(int rowNr, com.google.gwt.user.client.ui.Widget childWidget, VFormLayout.Caption caption, VFormLayout.ErrorFlag error)
-
getCaption
public VFormLayout.Caption getCaption(com.google.gwt.user.client.ui.Widget childWidget)
-
getError
public VFormLayout.ErrorFlag getError(com.google.gwt.user.client.ui.Widget childWidget)
-
cleanReferences
public void cleanReferences(com.google.gwt.user.client.ui.Widget oldChildWidget)
-
updateCaption
public void updateCaption(com.google.gwt.user.client.ui.Widget widget, AbstractComponentState state, boolean enabled)
-
updateError
public void updateError(com.google.gwt.user.client.ui.Widget widget, String errorMessage, ErrorLevel errorLevel, boolean hideErrors)
-
-