All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wicketstuff.webflow.PageFlowConstants Maven / Gradle / Ivy

There is a newer version: 1.4.21
Show newest version
/**
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *         http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Contributed by United Services Automotive Association (USAA)
 */
package org.wicketstuff.webflow;

/**
 * Wicket WebFlow Infrastructure Constants.
 *
 * @author Clint Checketts, Florian Braun, Doug Hall, Subramanian Murali
 * @version $Id: $
 */
public class PageFlowConstants
{
	/** Constant PROGRESS_BAR_TEXT="progressBarText" */
	public static final String PROGRESS_BAR_TEXT 			= "progressBarText";
	/** Constant PROGRESS_BAR_STEP_NUMBER="stepNumber" */
	public static final String PROGRESS_BAR_STEP_NUMBER 	= "stepNumber";
	/** Constant PAGE_FLOW_DEFAULT_TRANSITION="DEFAULT" */
	public static final String PAGE_FLOW_DEFAULT_TRANSITION = "DEFAULT";
	/** Constant PAGE_FLOW_FINAL_STATE_DONE="DONE" */
	public static final String PAGE_FLOW_FINAL_STATE_DONE	= "DONE";
	/** Constant FLOW_EXECUTION_KEY="flowExecutionKey" */
	public static final String FLOW_EXECUTION_KEY			= "flowExecutionKey";
	/** Constant FLOW_CONTENT_PANEL="panelFlowContent" */
	public static final String FLOW_CONTENT_PANEL	= "panelFlowContent";
	/** Constant FLOW_CONTAINER_PANEL="containerPanel" */
	public static final String FLOW_CONTAINER_PANEL	= "containerPanel";
	/** Constant PANEL_FLOW_INITIAL_STATE="initialState" */
	public static final String PANEL_FLOW_INITIAL_STATE	= "initialState";
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy