planetj.dataengine.application
Interface View


public interface View

A View represents a screen in the Application which a user can view


Field Summary
static java.lang.String VIEW_HTTP_ID
           
 
Method Summary
 int getApplicationId()
          Gets the id of the Application to which this View belongs
 int getId()
          Gets the id of this view
 java.lang.Integer getIdAsInteger()
          Gets the id of this view
 java.lang.String getJspFile()
          Gets the JSP file of this view
 java.lang.String getLabel()
          Gets the label of this view
 java.lang.String getTranslatedLabel(UserProperties up)
          Gets the label of this view after translation
 

Field Detail

VIEW_HTTP_ID

public static final java.lang.String VIEW_HTTP_ID
See Also:
Constant Field Values
Method Detail

getApplicationId

public int getApplicationId()
Gets the id of the Application to which this View belongs


getId

public int getId()
Gets the id of this view


getIdAsInteger

public java.lang.Integer getIdAsInteger()
Gets the id of this view


getJspFile

public java.lang.String getJspFile()
Gets the JSP file of this view


getLabel

public java.lang.String getLabel()
Gets the label of this view


getTranslatedLabel

public java.lang.String getTranslatedLabel(UserProperties up)
Gets the label of this view after translation