Class EntryEditPage


  • public class EntryEditPage
    extends InlinePage
    Represents the actions possible when editing an application entry.
    Since:
    4.2M1
    Version:
    $Id: 7e4b52f489364330bcb2afe2912127c7a0a9dbb1 $
    • Constructor Detail

      • EntryEditPage

        public EntryEditPage()
    • Method Detail

      • getLabel

        public String getLabel​(String fieldName)
        Retrieves the label of the specified form field.
        Parameters:
        fieldName - the name of a form field
        Returns:
        the label of the specified form field
      • getFieldNames

        public List<String> getFieldNames()
        Returns:
        the list of form field names available on this page
      • setTitle

        public void setTitle​(String title)
        Sets the entry title, if the application class has a Title field.
        Parameters:
        title - the entry title
      • getTitle

        public String getTitle()
        Returns:
        the value of the title input
      • setContent

        public void setContent​(String content)
        Sets the entry content, if the application class has a Content field.
        Parameters:
        content - the entry content