Package org.apache.myfaces.tobago.component

Examples of org.apache.myfaces.tobago.component.SupportsAccessKey


  /**
   * @deprecated since 2.0.0. This is a workaround.
   */
  @Deprecated
  public LabelWithAccessKey(final String label) {
    this(new SupportsAccessKey() {
      public Character getAccessKey() {
        return null;
      }

      public String getLabel() {
View Full Code Here

TOP

Related Classes of org.apache.myfaces.tobago.component.SupportsAccessKey

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.