|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.UIObject com.google.gwt.user.client.ui.Widget com.google.gwt.user.client.ui.Composite org.drools.brms.client.common.DirtyableComposite org.drools.brms.client.common.FormStyleLayout
public class FormStyleLayout
This form style class is to be extended to provide "form style" dialogs (eg in a popup).
Constructor Summary | |
---|---|
FormStyleLayout()
This has no header |
|
FormStyleLayout(String image,
String title)
Create a new layout with a header and and icon. |
Method Summary | |
---|---|
void |
addAttribute(String lbl,
com.google.gwt.user.client.ui.Widget editor)
Add a widget to the "form". |
protected void |
addHeader(String image,
String title)
Adds a header at the top. |
void |
addRow(com.google.gwt.user.client.ui.Widget w)
Adds a widget that takes up a whole row. |
void |
addWidget(com.google.gwt.user.client.ui.Widget editor)
|
void |
clear()
Clears the layout table. |
void |
setFlexTableWidget(int row,
int col,
com.google.gwt.user.client.ui.Widget widget)
|
Methods inherited from class org.drools.brms.client.common.DirtyableComposite |
---|
isDirty, makeDirty, resetDirty |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getElement, initWidget, onAttach, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
getParent, isAttached, onBrowserEvent, onLoad, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormStyleLayout(String image, String title)
public FormStyleLayout()
Method Detail |
---|
public void clear()
public void addAttribute(String lbl, com.google.gwt.user.client.ui.Widget editor)
public void addWidget(com.google.gwt.user.client.ui.Widget editor)
public void addRow(com.google.gwt.user.client.ui.Widget w)
protected void addHeader(String image, String title)
public void setFlexTableWidget(int row, int col, com.google.gwt.user.client.ui.Widget widget)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |