org.apache.myfaces.html5.component.properties
Interface WidgetVarProperty

All Known Implementing Classes:
AbstractSlideView, SlideView

public interface WidgetVarProperty


Method Summary
 String getWidgetVar()
          Defines the Javascript variable name of the object created by this component.
Defaults to 'widget_' followed by the client id of the component where ':' characters in client id of the component are replaced with '_'.
 

Method Detail

getWidgetVar

@JSFProperty(required=false,
             deferredValueType="java.lang.String")
String getWidgetVar()
Defines the Javascript variable name of the object created by this component.
Defaults to 'widget_' followed by the client id of the component where ':' characters in client id of the component are replaced with '_'.



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