org.drools.guvnor.client.common
Class PrettyFormLayout

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.drools.guvnor.client.common.PrettyFormLayout
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget
Direct Known Subclasses:
PackageEditor

public class PrettyFormLayout
extends com.google.gwt.user.client.ui.Composite

Uses ext forms to do a prettier layout.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
PrettyFormLayout()
           
 
Method Summary
 int addAttribute(String lbl, com.google.gwt.user.client.ui.Widget categories)
           
 void addHeader(com.google.gwt.resources.client.ImageResource img, String name, com.google.gwt.user.client.ui.Image edit)
           
 void addHeader(com.google.gwt.resources.client.ImageResource img, com.google.gwt.user.client.ui.Widget content)
           
 void addRow(com.google.gwt.user.client.ui.Widget widget)
           
 void clear()
           
 void endSection()
           
 void removeRow(int row)
           
 void startSection()
           
 void startSection(String title)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
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, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrettyFormLayout

public PrettyFormLayout()
Method Detail

startSection

public void startSection()

startSection

public void startSection(String title)

clear

public void clear()

addHeader

public void addHeader(com.google.gwt.resources.client.ImageResource img,
                      String name,
                      com.google.gwt.user.client.ui.Image edit)

addHeader

public void addHeader(com.google.gwt.resources.client.ImageResource img,
                      com.google.gwt.user.client.ui.Widget content)

endSection

public void endSection()

addRow

public void addRow(com.google.gwt.user.client.ui.Widget widget)

addAttribute

public int addAttribute(String lbl,
                        com.google.gwt.user.client.ui.Widget categories)

removeRow

public void removeRow(int row)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.