Customizing the Display of Life Cycle Information
The way life cycle state information is displayed, particularly in life cycle-managed object properties pages, can be customized by setting configurable components in the wt.lifecycle.lifecycleResource*.java files. You can set values for the following entries:
STATES_SEPARATOR
When displaying a string of states, this value is the separator between each of the states listed. Default is " - ".
CURRENT_STATE_BEGIN
When displaying a string of states, this value is the notation that a particular state is the current state. Default is "<B>".
CURRENT_STATE_END
When displaying a string of states, this value is the notation that a particular state is the current state. Default is "</B>".
DROPPED_STATE_BEGIN
This entry notes that the current state (usually dropped) is not found in the list of current states. Default is " [".
DROPPED_STATE_END
This entry notes that the current state (usually dropped) is not found in the list of current states. Default is "] ".
IS_AT_GATE
This value is used to indicate that Awaiting Promotion = true. Default is "Yes".
IS_NOT_AT_GATE
This value is used to indicate that Awaiting Promotion = false. Default is "No".
LABEL_BEGIN
This value is used when displaying any of the StateProcessor labels. Default is "<B>".
LABEL_END
This value is used when displaying any of the StateProcessor labels. Default is ": </B>".
STATE_LIST_BEGIN
When the list of states is provided along with other information, this entry differentiates the State list from other information in the display. Default is "(".
STATE_LIST_END
When the list of states is provided along with other information, this entry differentiates the State list from other information in the display. Default is ")".
HISTORY_LABEL
This entry is used when displaying a link to the Life Cycle History page. Default is "History".
HISTORY_NOTATION_BEGIN
When the history link is provided along with other information, this entry differentiates the History link from other information in the display. Default is " (".
HISTORY_NOTATION_END
When the history link is provided along with other information, this entry differentiates the History link from other information in the display. Default is ") ".
Было ли это полезно?