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
 String getWidgetId()
           
 String getWidgetVar()
          getter for an explizit widget var
 void setWidgetId(String widgetId)
          forces the internal widget id onto the given value
 void setWidgetVar(String widgetVar)
           
 

Method Detail

getWidgetVar

String getWidgetVar()
getter for an explizit widget var

Returns:

setWidgetVar

void setWidgetVar(String widgetVar)
Parameters:
widgetVar -

setWidgetId

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

Parameters:
forceIt -

getWidgetId

String getWidgetId()
Returns:
the enforced widgetid


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