|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry.contrib.table.components.TableUtils
public class TableUtils
A placeholder for a static methods related to the Table component
Constructor Summary | |
---|---|
TableUtils()
|
Method Summary | |
---|---|
static String |
format(String key,
Object arg)
Convienience method for invoking format(String, Object[]) . |
static String |
format(String key,
Object[] args)
Gets a string from the TableStrings resource bundle. |
static String |
format(String key,
Object arg1,
Object arg2)
Convienience method for invoking format(String, Object[]) . |
static String |
format(String key,
Object arg1,
Object arg2,
Object arg3)
Convienience method for invoking format(String, Object[]) . |
static ITableColumnModel |
generateTableColumnModel(String strDesc,
IComponent objComponent,
IComponent objColumnSettingsContainer)
Generate a table column model out of the description string provided. |
static String |
getMessage(String key)
Convienience method for invoking format(String, Object[]) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableUtils()
Method Detail |
---|
public static String format(String key, Object[] args)
public static String getMessage(String key)
format(String, Object[])
.
public static String format(String key, Object arg)
format(String, Object[])
.
public static String format(String key, Object arg1, Object arg2)
format(String, Object[])
.
public static String format(String key, Object arg1, Object arg2, Object arg3)
format(String, Object[])
.
public static ITableColumnModel generateTableColumnModel(String strDesc, IComponent objComponent, IComponent objColumnSettingsContainer)
strDesc
- the description of the column model to be generatedobjComponent
- the component ordering the generationobjColumnSettingsContainer
- the component containing the column settings
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |