org.apache.myfaces.custom.dojo
Interface DojoWidget


public interface DojoWidget

Basic dojo interface which has to implement certain methods regarding the dojo widgets for now the interfaces are very limited and only have to implement the variable binding properties

Author:
werpu

Method Summary
 java.lang.String getWidgetId()
           
 java.lang.String getWidgetVar()
          getter for an explizit widget var
 void setWidgetId(java.lang.String widgetId)
          forces the internal widget id onto the given value
 void setWidgetVar(java.lang.String widgetVar)
           
 

Method Detail

getWidgetVar

java.lang.String getWidgetVar()
getter for an explizit widget var

Returns:

setWidgetVar

void setWidgetVar(java.lang.String widgetVar)
Parameters:
widgetVar -

setWidgetId

void setWidgetId(java.lang.String widgetId)
forces the internal widget id onto the given value

Parameters:
forceIt -

getWidgetId

java.lang.String getWidgetId()
Returns:
the enforced widgetid


Copyright © 2011. All Rights Reserved.