net.pleso.framework.client.ui.custom.controls.data
Class InfoDataControl

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.Label
              extended by net.pleso.framework.client.ui.custom.controls.data.InfoDataControl
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasHorizontalAlignment, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.HasWordWrap, com.google.gwt.user.client.ui.SourcesClickEvents, com.google.gwt.user.client.ui.SourcesMouseEvents, com.google.gwt.user.client.ui.SourcesMouseWheelEvents, IBindableDataControl

public class InfoDataControl
extends com.google.gwt.user.client.ui.Label
implements IBindableDataControl

Read-only information data control. Used for any type of value.

CSS Style Rules


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
 
Field Summary
 
Fields inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment
ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT
 
Constructor Summary
InfoDataControl()
           
InfoDataControl(IEnum enumeration)
           
 
Method Summary
 void bind(IDataRow row, IDataColumn column)
           
 void readData()
          Ask control to read data from binded row and column and show it to user.
 
Methods inherited from class com.google.gwt.user.client.ui.Label
addClickListener, addMouseListener, addMouseWheelListener, getHorizontalAlignment, getText, getWordWrap, onBrowserEvent, removeClickListener, removeMouseListener, removeMouseWheelListener, setHorizontalAlignment, setText, setWordWrap
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfoDataControl

public InfoDataControl()

InfoDataControl

public InfoDataControl(IEnum enumeration)
Method Detail

bind

public void bind(IDataRow row,
                 IDataColumn column)

readData

public void readData()
Description copied from interface: IBindableDataControl
Ask control to read data from binded row and column and show it to user.

Specified by:
readData in interface IBindableDataControl


Copyright © 2006-2007 pleso.net crew All Rights Reserved.