public String getCancelText() {
return processLabel(getAttachedFlowState().getCancelText(), "flow.label-cancel");
}
public BeanPropertySelectionModel getFlowTransitionModel() {
return new LocalizedBeanPropertySelectionModel(getFlowTransitions(), "label",
getMessages());
}