org.jboss.errai.widgets.client.soa
Class PropertyGrid

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.Panel
              extended by com.google.gwt.user.client.ui.ComplexPanel
                  extended by com.google.gwt.user.client.ui.AbsolutePanel
                      extended by org.gwt.mosaic.ui.client.layout.LayoutPanel
                          extended by org.gwt.mosaic.ui.client.ScrollLayoutPanel
                              extended by org.jboss.errai.widgets.client.soa.PropertyGrid
All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.drop.DropController, com.google.gwt.event.dom.client.HasScrollHandlers, 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.HasAnimation, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget, com.google.gwt.user.client.ui.InsertPanel, com.google.gwt.user.client.ui.InsertPanel.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.ProvidesResize, com.google.gwt.user.client.ui.RequiresResize, com.google.gwt.user.client.ui.SourcesScrollEvents, Iterable<com.google.gwt.user.client.ui.Widget>, org.gwt.mosaic.ui.client.layout.HasLayoutManager

public class PropertyGrid
extends org.gwt.mosaic.ui.client.ScrollLayoutPanel

A simple property grid that displays name-value pairs.
Used styles:

Author:
Heiko.Braun

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
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.InsertPanel
com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
PropertyGrid(String[] fieldDesc)
           
 
Method Summary
 void clear()
           
 void update(String[] fieldValues)
           
 
Methods inherited from class org.gwt.mosaic.ui.client.ScrollLayoutPanel
addScrollHandler, addScrollListener, ensureVisible, getHorizontalScrollPosition, getScrollPosition, layout, onLayout, removeScrollListener, scrollToBottom, scrollToLeft, scrollToRight, scrollToTop, setAlwaysShowScrollBars, setHorizontalScrollPosition, setScrollPosition
 
Methods inherited from class org.gwt.mosaic.ui.client.layout.LayoutPanel
add, add, addCollapsedListener, doAttachChildren, doDetachChildren, enableDragAndDrop, getAnimationCallback, getDropTarget, getLayout, getLocationWidgetComparator, getPadding, getPreferredSize, getUnitConverter, getWidget, getWidgetIndex, getWidgetLeft, getWidgetSpacing, getWidgetTop, insert, insert, invalidate, invalidate, isAnimationEnabled, isAutoLayout, isCollapsed, isDragAndDropEnabled, iterator, layoutChildren, makeDraggable, makeDraggable, makeNotDraggable, needsLayout, onDrop, onEnter, onLeave, onLoad, onMove, onPreviewDrop, onResize, registerDropController, remove, removeCollapsedListener, removeImpl, setAnimationCallback, setAnimationEnabled, setAnimationEnabled, setAutoLayout, setCollapsed, setHeight, setLayout, setLocationWidgetComparator, setPadding, setWidgetPosition, setWidgetSpacing, setWidth, toPixelSize, unregisterDropController, unregisterDropControllers
 
Methods inherited from class com.google.gwt.user.client.ui.AbsolutePanel
add, insert, insert, insert, setWidgetPositionImpl
 
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidgetCount, getWidgetIndex, insert, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, adopt, disown, orphan, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
add
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
getWidgetIndex
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel
getWidgetCount, remove
 

Constructor Detail

PropertyGrid

public PropertyGrid(String[] fieldDesc)
Method Detail

clear

public void clear()
Specified by:
clear in interface com.google.gwt.user.client.ui.HasWidgets
Overrides:
clear in class com.google.gwt.user.client.ui.Panel

update

public void update(String[] fieldValues)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.