|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.odftoolkit.odfdom.dom.element.OdfElement
org.odftoolkit.odfdom.dom.element.form.OdfFormElement
public abstract class OdfFormElement
DOM implementation of OpenDocument element form:form.
| Field Summary | |
|---|---|
static OdfName |
ELEMENT_NAME
|
| Fields inherited from class org.odftoolkit.odfdom.dom.element.OdfElement |
|---|
mOdfDocument |
| Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
localName, namespaceURI |
| Fields inherited from class org.apache.xerces.dom.ElementImpl |
|---|
attributes, name |
| Fields inherited from class org.apache.xerces.dom.ParentNode |
|---|
firstChild, fNodeListCache, ownerDocument |
| Fields inherited from class org.apache.xerces.dom.ChildNode |
|---|
nextSibling, previousSibling |
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
OdfFormElement(OdfFileDom aOwnerDoc)
Create the instance of OdfFormElement |
|
| Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfElement |
|---|
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, toString |
| Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData |
| Field Detail |
|---|
public static final OdfName ELEMENT_NAME
| Constructor Detail |
|---|
public OdfFormElement(OdfFileDom aOwnerDoc)
aOwnerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElementpublic String getName()
public void setName(String name)
name - the attribute's type is Stringpublic String getControlImplementation()
public void setControlImplementation(String controlImplementation)
controlImplementation - the attribute's type is Stringpublic OdfAnyURI getHref()
public void setHref(OdfAnyURI href)
href - the attribute's type is OdfAnyURIpublic OdfTargetFrameNameType getTargetFrame()
public void setTargetFrame(OdfTargetFrameNameType targetFrame)
targetFrame - the attribute's type is OdfTargetFrameNameTypepublic String getMethod()
public void setMethod(String method)
method - the attribute's type is Stringpublic String getEnctype()
public void setEnctype(String enctype)
enctype - the attribute's type is Stringpublic OdfBoolean getAllowDeletes()
public void setAllowDeletes(OdfBoolean isAllowDeletes)
isAllowDeletes - the attribute's type is OdfBooleanpublic OdfBoolean getAllowInserts()
public void setAllowInserts(OdfBoolean isAllowInserts)
isAllowInserts - the attribute's type is OdfBooleanpublic OdfBoolean getAllowUpdates()
public void setAllowUpdates(OdfBoolean isAllowUpdates)
isAllowUpdates - the attribute's type is OdfBooleanpublic OdfBoolean getApplyFilter()
public void setApplyFilter(OdfBoolean isApplyFilter)
isApplyFilter - the attribute's type is OdfBooleanpublic OdfCommandType getCommandType()
public void setCommandType(OdfCommandType commandType)
commandType - the attribute's type is OdfCommandTypepublic String getCommand()
public void setCommand(String command)
command - the attribute's type is Stringpublic OdfAnyURI getDatasource()
public void setDatasource(OdfAnyURI datasource)
datasource - the attribute's type is OdfAnyURIpublic String getMasterFields()
public void setMasterFields(String masterFields)
masterFields - the attribute's type is Stringpublic String getDetailFields()
public void setDetailFields(String detailFields)
detailFields - the attribute's type is Stringpublic OdfBoolean getEscapeProcessing()
public void setEscapeProcessing(OdfBoolean isEscapeProcessing)
isEscapeProcessing - the attribute's type is OdfBooleanpublic String getFilter()
public void setFilter(String filter)
filter - the attribute's type is Stringpublic OdfBoolean getIgnoreResult()
public void setIgnoreResult(OdfBoolean isIgnoreResult)
isIgnoreResult - the attribute's type is OdfBooleanpublic OdfNavigationModeType getNavigationMode()
public void setNavigationMode(OdfNavigationModeType navigationMode)
navigationMode - the attribute's type is OdfNavigationModeTypepublic String getOrder()
public void setOrder(String order)
order - the attribute's type is Stringpublic OdfTabCycleType getTabCycle()
public void setTabCycle(OdfTabCycleType tabCycle)
tabCycle - the attribute's type is OdfTabCycleTypepublic OdfPropertiesElement createPropertiesElement()
public OdfEventListenersElement createEventListenersElement()
public OdfTextElement createTextElement()
public OdfTextareaElement createTextareaElement()
public OdfFormattedTextElement createFormattedTextElement()
public OdfNumberElement createNumberElement()
public OdfDateElement createDateElement()
public OdfTimeElement createTimeElement()
public OdfComboboxElement createComboboxElement()
public OdfListboxElement createListboxElement()
public OdfCheckboxElement createCheckboxElement()
public OdfCheckboxElement createCheckboxElement(OdfImagePositionType imagePosition)
imagePosition - the attribute's type is OdfImagePositionType, see form:image-position at specification
public OdfPasswordElement createPasswordElement()
public OdfFileElement createFileElement()
public OdfFixedTextElement createFixedTextElement()
public OdfButtonElement createButtonElement()
public OdfButtonElement createButtonElement(OdfImagePositionType imagePosition)
imagePosition - the attribute's type is OdfImagePositionType, see form:image-position at specification
public OdfImageElement createImageElement()
public OdfRadioElement createRadioElement()
public OdfRadioElement createRadioElement(OdfImagePositionType imagePosition)
imagePosition - the attribute's type is OdfImagePositionType, see form:image-position at specification
public OdfFrameElement createFrameElement()
public OdfImageFrameElement createImageFrameElement()
public OdfHiddenElement createHiddenElement()
public OdfGridElement createGridElement()
public OdfValueRangeElement createValueRangeElement()
public OdfGenericControlElement createGenericControlElement()
public OdfFormElement createFormElement()
public OdfConnectionResourceElement createConnectionResourceElement(OdfAnyURI href)
href - the attribute's type is URI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||