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

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

Returns:

setWidgetVar

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

setWidgetId

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


getWidgetId

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


Copyright © 2007 Apache Software Foundation. All Rights Reserved.