public final class

ComponentTypes

extends Object
java.lang.Object
   ↳ org.apache.myfaces.tobago.component.ComponentTypes

Class Overview

Constants for the renderer type

Summary

Constants
String COLUMN
String COLUMN_SELECTOR
String EXTENSION_PANEL
String GRID_LAYOUT
String IN
String OUT
String PANEL
String SELECT_BOOLEAN_CHECKBOX
String SHEET_LAYOUT
String TAB_GROUP_LAYOUT
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String COLUMN

Constant Value: "org.apache.myfaces.tobago.Column"

public static final String COLUMN_SELECTOR

Constant Value: "org.apache.myfaces.tobago.ColumnSelector"

public static final String EXTENSION_PANEL

Constant Value: "org.apache.myfaces.tobago.ExtensionPanel"

public static final String GRID_LAYOUT

Constant Value: "org.apache.myfaces.tobago.GridLayout"

public static final String IN

Constant Value: "org.apache.myfaces.tobago.In"

public static final String OUT

Constant Value: "org.apache.myfaces.tobago.Out"

public static final String PANEL

Constant Value: "org.apache.myfaces.tobago.Panel"

public static final String SELECT_BOOLEAN_CHECKBOX

Constant Value: "org.apache.myfaces.tobago.SelectBooleanCheckbox"

public static final String SHEET_LAYOUT

Constant Value: "org.apache.myfaces.tobago.SheetLayout"

public static final String TAB_GROUP_LAYOUT

Constant Value: "org.apache.myfaces.tobago.TabGroupLayout"