org.fusesource.web.console.client.util
Class FlexTableHelper

java.lang.Object
  extended by org.fusesource.web.console.client.util.FlexTableHelper

public class FlexTableHelper
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
FlexTableHelper()
           
 
Method Summary
static void setHtmlField(com.google.gwt.user.client.ui.FlexTable grid, int row, int col, java.lang.String html)
           
static com.google.gwt.user.client.ui.Label setLabel(com.google.gwt.user.client.ui.FlexTable grid, int row, int col, java.lang.String label)
           
static void setTextField(com.google.gwt.user.client.ui.FlexTable grid, int row, int col, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexTableHelper

public FlexTableHelper()
Method Detail

setLabel

public static com.google.gwt.user.client.ui.Label setLabel(com.google.gwt.user.client.ui.FlexTable grid,
                                                           int row,
                                                           int col,
                                                           java.lang.String label)

setTextField

public static void setTextField(com.google.gwt.user.client.ui.FlexTable grid,
                                int row,
                                int col,
                                java.lang.Object value)

setHtmlField

public static void setHtmlField(com.google.gwt.user.client.ui.FlexTable grid,
                                int row,
                                int col,
                                java.lang.String html)


Copyright © 2009 FuseSource. All Rights Reserved.