org.apache.myfaces.component
Interface DisabledClassEnabledClassProperties


public interface DisabledClassEnabledClassProperties


Method Summary
 String getDisabledClass()
          The CSS class assigned to the label element for enabled choices.
 String getEnabledClass()
          The CSS class assigned to the label element for enabled choices.
 

Method Detail

getDisabledClass

String getDisabledClass()
The CSS class assigned to the label element for enabled choices.


getEnabledClass

String getEnabledClass()
The CSS class assigned to the label element for enabled choices.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.