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

org.icefaces.mobi.util.TLDConstants Maven / Gradle / Ivy

There is a newer version: 4.3.0
Show newest version
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * 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.
 */
package org.icefaces.mobi.util;

public class TLDConstants {
    
    public static final String STYLE = "Sets the CSS style definition to be applied to this component.";
    public static final String STYLECLASS = "Sets the CSS class to apply to this component.";
    public static final String DISABLED = "Disables this component, so it does not receive focus or get submitted.";
    public static final String READONLY = "Sets this component to read only, so value cannot be changed.";
    public static final String TABINDEX = "The tabindex of this component.";
    public static final String SINGLESUBMIT = "When singleSubmit is \"true\", triggering an action on " +
    		"this component will submit and execute only this component only (equivalent to" +
    		"  ). When singleSubmit is \"false\", triggering an " +
    		"action on this component will submit and execute the full form that this component " +
    		"is contained within.";
    public static final String VALUECHANGELISTENER = "MethodExpression representing a value change listener " +
    		"method that will be notified when a new value has been set for this component. The expression must " +
    		"evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void, " +
    		"or to a public method that takes no arguments with a return type of void. ";
    public static final String IMMEDIATE_INPUT = "Flag indicating that this component's value must be converted and " +
    		"validated immediately (that is, during Apply Request Values phase), rather than waiting until Process " +
    		"Validations phase. ";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy