Interface Tag
-
- All Known Implementing Classes:
AbstractElement
,AbstractElementContainer
,AbstractElementField
,AbstractElementSelector
,ElementButton
,ElementCheckBox
,ElementColumn
,ElementComboBox
,ElementDateField
,ElementForm
,ElementGrid
,ElementGridLayout
,ElementHorizontalLayout
,ElementI18N
,ElementImage
,ElementLabel
,ElementListSelectFilter
,ElementMiniApplication
,ElementScript
,ElementSubform
,ElementTextArea
,ElementTextField
,ElementTree
,ElementUpload
,ElementVerticalLayout
public interface Tag
Interface that implement all theelements
.- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTagName()
Gets the element name.void
initFromXML(XMLStreamReader reader)
Init the element from XML
-
-
-
Method Detail
-
initFromXML
void initFromXML(XMLStreamReader reader) throws XMLStreamException
Init the element from XML- Parameters:
reader
-- Throws:
XMLStreamException
-
getTagName
String getTagName()
Gets the element name.- Returns:
- The element name.
-
-