|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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.Grid
com.tensegrity.palowebviewer.modules.widgets.client.section.BasicSection
com.tensegrity.palowebviewer.modules.widgets.client.section.VerticalSection
public class VerticalSection
Vertical expandable section
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.HTMLTable |
---|
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 | |
---|---|
protected com.google.gwt.user.client.ui.VerticalPanel |
paHeader
|
protected com.google.gwt.user.client.ui.HorizontalPanel |
paSection
|
Fields inherited from class com.google.gwt.user.client.ui.Grid |
---|
numColumns, numRows |
Constructor Summary | |
---|---|
VerticalSection(java.lang.String title,
boolean expanded,
com.google.gwt.user.client.ui.Widget body)
|
Method Summary | |
---|---|
void |
addHeaderStyleName(java.lang.String style)
|
protected void |
collapse()
Callback for collapse section |
protected void |
expand()
Callback for expand section |
protected void |
initWidgets()
|
Methods inherited from class com.tensegrity.palowebviewer.modules.widgets.client.section.BasicSection |
---|
getClickListener, getIconWidget, getSectionIconCollapsedStyle, getSectionIconExpandedStyle, getSectionIconStyle, getSectionStyle, getSectionTitleStyle, getTitle, getWidget, isExpanded, setExpanded, setTitle |
Methods inherited from class com.google.gwt.user.client.ui.Grid |
---|
clearCell, createCell, getCellCount, getColumnCount, getRowCount, prepareCell, prepareColumn, prepareRow, resize, resizeColumns, resizeRows |
Methods inherited from class com.google.gwt.user.client.ui.HTMLTable |
---|
addTableListener, checkCellBounds, checkRowBounds, clear, getBodyElement, getCellFormatter, getCellPadding, getCellSpacing, getColumnFormatter, getDOMCellCount, getDOMCellCount, getDOMRowCount, getDOMRowCount, getEventTargetCell, getHTML, getRowFormatter, getText, getWidget, insertCell, insertCells, insertRow, internalClearCell, isCellPresent, iterator, onBrowserEvent, remove, removeCell, removeRow, removeTableListener, setBorderWidth, setCellFormatter, setCellPadding, setCellSpacing, setColumnFormatter, setHTML, setRowFormatter, setText, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
---|
add, adopt, adopt, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
getParent, isAttached, onAttach, onDetach, removeFromParent, setElement |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected com.google.gwt.user.client.ui.VerticalPanel paHeader
protected com.google.gwt.user.client.ui.HorizontalPanel paSection
Constructor Detail |
---|
public VerticalSection(java.lang.String title, boolean expanded, com.google.gwt.user.client.ui.Widget body)
Method Detail |
---|
protected void initWidgets()
public void addHeaderStyleName(java.lang.String style)
protected void collapse()
BasicSection
collapse
in class BasicSection
protected void expand()
BasicSection
expand
in class BasicSection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |