org.apache.myfaces.tobago.component
Class ComponentTypes

java.lang.Object
  extended by org.apache.myfaces.tobago.component.ComponentTypes

public final class ComponentTypes
extends Object

Constants for the renderer type


Field Summary
static String COLUMN
           
static String COLUMN_SELECTOR
           
static String EXTENSION_PANEL
           
static String GRID_LAYOUT
           
static String IN
           
static String OUT
           
static String PANEL
           
static String SELECT_BOOLEAN_CHECKBOX
           
static String SHEET_LAYOUT
           
static String TAB_GROUP_LAYOUT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLUMN

public static final String COLUMN
See Also:
Constant Field Values

COLUMN_SELECTOR

public static final String COLUMN_SELECTOR
See Also:
Constant Field Values

GRID_LAYOUT

public static final String GRID_LAYOUT
See Also:
Constant Field Values

IN

public static final String IN
See Also:
Constant Field Values

OUT

public static final String OUT
See Also:
Constant Field Values

PANEL

public static final String PANEL
See Also:
Constant Field Values

EXTENSION_PANEL

public static final String EXTENSION_PANEL
See Also:
Constant Field Values

SELECT_BOOLEAN_CHECKBOX

public static final String SELECT_BOOLEAN_CHECKBOX
See Also:
Constant Field Values

SHEET_LAYOUT

public static final String SHEET_LAYOUT
See Also:
Constant Field Values

TAB_GROUP_LAYOUT

public static final String TAB_GROUP_LAYOUT
See Also:
Constant Field Values


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.