|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.com.arsmachina.tapestrycrud.Constants
public final class Constants
Class that holds some constants related to Tapestry CRUD.
| Field Summary | |
|---|---|
static String |
ACTION_PROPERTY_NAME
Name of the pseudo-property added to the BeanModel returned by
#getBeanModel() to hold actions related to an object in a Grid. |
static String |
DEFAULT_FORM_BLOCK_ID
Default block ID to be returned by AJAX form submissions. |
static String |
DEFAULT_FORM_ZONE_ID
Default zone ID to be returned by AJAX form submissions. |
static String |
FORM_ID
Form id (t:id). |
static String |
MESSAGE_ERROR_REMOVE_NOT_ALLOWED
Remove object success error (remove not allowed) key. |
static String |
MESSAGE_ERROR_REMOVE_NOT_FOUND
Remove object success error (object not found) key. |
static String |
MESSAGE_SAVEORUPDATE_SUCCESS
Message shown after a successful object save or update. |
static String |
MESSAGE_SUCCESS_REMOVE
Remove object success message key. |
static String |
NEW_OBJECT_EVENT
New object event. |
static String |
REMOVE_COMPONENT_ID
Name of the pseudo-property added to the BeanModel returned by
#getBeanModel() to hold actions related to an object in a Grid. |
static String |
REMOVE_OBJECT_ACTION
Event generated by the remove link in the ActionLinks component. |
static String |
TAPESTRY_CRUD_CSS_ASSET
Tapestry CRUD CSS asset path. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String REMOVE_OBJECT_ACTION
ActionLinks component.
public static final String FORM_ID
public static final String MESSAGE_SAVEORUPDATE_SUCCESS
public static final String TAPESTRY_CRUD_CSS_ASSET
public static final String MESSAGE_SUCCESS_REMOVE
public static final String MESSAGE_ERROR_REMOVE_NOT_ALLOWED
public static final String MESSAGE_ERROR_REMOVE_NOT_FOUND
public static final String ACTION_PROPERTY_NAME
BeanModel returned by
#getBeanModel() to hold actions related to an object in a Grid.
public static final String REMOVE_COMPONENT_ID
BeanModel returned by
#getBeanModel() to hold actions related to an object in a Grid.
public static final String DEFAULT_FORM_ZONE_ID
public static final String DEFAULT_FORM_BLOCK_ID
public static final String NEW_OBJECT_EVENT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||