Package tigase.form

Class AbstractForm

java.lang.Object
tigase.form.AbstractForm
Direct Known Subclasses:
Form

public class AbstractForm extends Object

Created: 2007-05-27 11:41:02

Author:
bmalkow
  • Field Details

    • log

      protected static final Logger log
    • instruction

      protected String instruction
    • title

      protected String title
    • type

      protected String type
  • Constructor Details

    • AbstractForm

      public AbstractForm(Element form)
    • AbstractForm

      public AbstractForm(String type, String title, String instruction)
  • Method Details

    • getElement

      public Element getElement()
    • getInstruction

      public String getInstruction()
    • setInstruction

      public void setInstruction(String instruction)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTypeOrElse

      public String getTypeOrElse(String defValue)
    • isType

      public boolean isType(String type)