Package tigase.form
Class AbstractForm
- java.lang.Object
-
- tigase.form.AbstractForm
-
-
Constructor Summary
Constructors Constructor Description AbstractForm(String type, String title, String instruction)AbstractForm(tigase.xml.Element form)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description tigase.xml.ElementgetElement()StringgetInstruction()StringgetTitle()StringgetType()StringgetTypeOrElse(String defValue)booleanisType(String type)voidsetInstruction(String instruction)voidsetTitle(String title)voidsetType(String type)
-
-
-
Method Detail
-
getElement
public tigase.xml.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)
-
isType
public boolean isType(String type)
-
-