org.apache.myfaces.trinidaddemo
Class DemoAccessibilityProfileBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.DemoAccessibilityProfileBean

public class DemoAccessibilityProfileBean
extends Object

Bean for accessibilityProfileDemo.jspx demo.


Constructor Summary
DemoAccessibilityProfileBean()
           
 
Method Summary
 String getAccessibilityMode()
          Return the accessibility mode preference.
 AccessibilityProfile getAccessibilityProfile()
          Return the accessibility profile preference.
 String getSkinFamily()
          Return the skin family preference.
 boolean isHighContrast()
          Is high contrast enabled?
 boolean isLargeFonts()
          Are large fonts enabled?
 void setHighContrast(boolean highContrast)
          Sets a new high contrast value.
 void setLargeFonts(boolean largeFonts)
          Sets a new large fonts value
 void update(javax.faces.event.ActionEvent event)
          ActionListener for handling accessibility profile updates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoAccessibilityProfileBean

public DemoAccessibilityProfileBean()
Method Detail

getAccessibilityMode

public String getAccessibilityMode()
Return the accessibility mode preference.


getAccessibilityProfile

public AccessibilityProfile getAccessibilityProfile()
Return the accessibility profile preference.


getSkinFamily

public String getSkinFamily()
Return the skin family preference.


isHighContrast

public boolean isHighContrast()
Is high contrast enabled?


isLargeFonts

public boolean isLargeFonts()
Are large fonts enabled?


setHighContrast

public void setHighContrast(boolean highContrast)
Sets a new high contrast value.


setLargeFonts

public void setLargeFonts(boolean largeFonts)
Sets a new large fonts value


update

public void update(javax.faces.event.ActionEvent event)
ActionListener for handling accessibility profile updates.



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.