📄 form.java
字号:
*/
public com.queplix.core.modules.config.jxb.Captions getCaptions()
{
return this._captions;
} //-- com.queplix.core.modules.config.jxb.Captions getCaptions()
/**
* Returns the value of field 'defaultactions'.
*
* @return Boolean
* @return the value of field 'defaultactions'.
*/
public java.lang.Boolean getDefaultactions()
{
return this._defaultactions;
} //-- java.lang.Boolean getDefaultactions()
/**
* Returns the value of field 'description'.
*
* @return String
* @return the value of field 'description'.
*/
public java.lang.String getDescription()
{
return this._description;
} //-- java.lang.String getDescription()
/**
* Returns the value of field 'descriptions'. The field
* 'descriptions' has the following description: The sequence
* of form's descriptions
*
* @return Descriptions
* @return the value of field 'descriptions'.
*/
public com.queplix.core.modules.config.jxb.Descriptions getDescriptions()
{
return this._descriptions;
} //-- com.queplix.core.modules.config.jxb.Descriptions getDescriptions()
/**
* Returns the value of field 'entity'. The field 'entity' has
* the following description: Attribute refers to entity which
* should be used for form
*
* @return String
* @return the value of field 'entity'.
*/
public java.lang.String getEntity()
{
return this._entity;
} //-- java.lang.String getEntity()
/**
* Method getExternalField
*
*
*
* @param index
* @return ExternalField
*/
public com.queplix.core.modules.config.jxb.ExternalField getExternalField(int index)
throws java.lang.IndexOutOfBoundsException
{
//-- check bounds for index
if ((index < 0) || (index > _externalFieldList.size())) {
throw new IndexOutOfBoundsException();
}
return (com.queplix.core.modules.config.jxb.ExternalField) _externalFieldList.get(index);
} //-- com.queplix.core.modules.config.jxb.ExternalField getExternalField(int)
/**
* Method getExternalField
*
*
*
* @return ExternalField
*/
public com.queplix.core.modules.config.jxb.ExternalField[] getExternalField()
{
int size = _externalFieldList.size();
com.queplix.core.modules.config.jxb.ExternalField[] mArray = new com.queplix.core.modules.config.jxb.ExternalField[size];
for (int index = 0; index < size; index++) {
mArray[index] = (com.queplix.core.modules.config.jxb.ExternalField) _externalFieldList.get(index);
}
return mArray;
} //-- com.queplix.core.modules.config.jxb.ExternalField[] getExternalField()
/**
* Method getExternalFieldCount
*
*
*
* @return int
*/
public int getExternalFieldCount()
{
return _externalFieldList.size();
} //-- int getExternalFieldCount()
/**
* Method getExternalForm
*
*
*
* @param index
* @return ExternalForm
*/
public com.queplix.core.modules.config.jxb.ExternalForm getExternalForm(int index)
throws java.lang.IndexOutOfBoundsException
{
//-- check bounds for index
if ((index < 0) || (index > _externalFormList.size())) {
throw new IndexOutOfBoundsException();
}
return (com.queplix.core.modules.config.jxb.ExternalForm) _externalFormList.get(index);
} //-- com.queplix.core.modules.config.jxb.ExternalForm getExternalForm(int)
/**
* Method getExternalForm
*
*
*
* @return ExternalForm
*/
public com.queplix.core.modules.config.jxb.ExternalForm[] getExternalForm()
{
int size = _externalFormList.size();
com.queplix.core.modules.config.jxb.ExternalForm[] mArray = new com.queplix.core.modules.config.jxb.ExternalForm[size];
for (int index = 0; index < size; index++) {
mArray[index] = (com.queplix.core.modules.config.jxb.ExternalForm) _externalFormList.get(index);
}
return mArray;
} //-- com.queplix.core.modules.config.jxb.ExternalForm[] getExternalForm()
/**
* Method getExternalFormCount
*
*
*
* @return int
*/
public int getExternalFormCount()
{
return _externalFormList.size();
} //-- int getExternalFormCount()
/**
* Method getExternalSet
*
*
*
* @param index
* @return ExternalSet
*/
public com.queplix.core.modules.config.jxb.ExternalSet getExternalSet(int index)
throws java.lang.IndexOutOfBoundsException
{
//-- check bounds for index
if ((index < 0) || (index > _externalSetList.size())) {
throw new IndexOutOfBoundsException();
}
return (com.queplix.core.modules.config.jxb.ExternalSet) _externalSetList.get(index);
} //-- com.queplix.core.modules.config.jxb.ExternalSet getExternalSet(int)
/**
* Method getExternalSet
*
*
*
* @return ExternalSet
*/
public com.queplix.core.modules.config.jxb.ExternalSet[] getExternalSet()
{
int size = _externalSetList.size();
com.queplix.core.modules.config.jxb.ExternalSet[] mArray = new com.queplix.core.modules.config.jxb.ExternalSet[size];
for (int index = 0; index < size; index++) {
mArray[index] = (com.queplix.core.modules.config.jxb.ExternalSet) _externalSetList.get(index);
}
return mArray;
} //-- com.queplix.core.modules.config.jxb.ExternalSet[] getExternalSet()
/**
* Method getExternalSetCount
*
*
*
* @return int
*/
public int getExternalSetCount()
{
return _externalSetList.size();
} //-- int getExternalSetCount()
/**
* Returns the value of field 'grid'. The field 'grid' has the
* following description: Describes possibility of
* represntation in the grid
*
* @return Boolean
* @return the value of field 'grid'.
*/
public java.lang.Boolean getGrid()
{
return this._grid;
} //-- java.lang.Boolean getGrid()
/**
* Returns the value of field 'htmlelements'.
*
* @return Htmlelements
* @return the value of field 'htmlelements'.
*/
public com.queplix.core.modules.config.jxb.Htmlelements getHtmlelements()
{
return this._htmlelements;
} //-- com.queplix.core.modules.config.jxb.Htmlelements getHtmlelements()
/**
* Method getInternalField
*
*
*
* @param index
* @return InternalField
*/
public com.queplix.core.modules.config.jxb.InternalField getInternalField(int index)
throws java.lang.IndexOutOfBoundsException
{
//-- check bounds for index
if ((index < 0) || (index > _internalFieldList.size())) {
throw new IndexOutOfBoundsException();
}
return (com.queplix.core.modules.config.jxb.InternalField) _internalFieldList.get(index);
} //-- com.queplix.core.modules.config.jxb.InternalField getInternalField(int)
/**
* Method getInternalField
*
*
*
* @return InternalField
*/
public com.queplix.core.modules.config.jxb.InternalField[] getInternalField()
{
int size = _internalFieldList.size();
com.queplix.core.modules.config.jxb.InternalField[] mArray = new com.queplix.core.modules.config.jxb.InternalField[size];
for (int index = 0; index < size; index++) {
mArray[index] = (com.queplix.core.modules.config.jxb.InternalField) _internalFieldList.get(index);
}
return mArray;
} //-- com.queplix.core.modules.config.jxb.InternalField[] getInternalField()
/**
* Method getInternalFieldCount
*
*
*
* @return int
*/
public int getInternalFieldCount()
{
return _internalFieldList.size();
} //-- int getInternalFieldCount()
/**
* Returns the value of field 'labelsOrientation'. The field
* 'labelsOrientation' has the following description: Stores
* info about labels position - they shall be placed
* either at the left or above associated controls.
*
*
* @return FormLabelsOrientationType
* @return the value of field 'labelsOrientation'.
*/
public com.queplix.core.modules.config.jxb.types.FormLabelsOrientationType getLabelsOrientation()
{
return this._labelsOrientation;
} //-- com.queplix.core.modules.config.jxb.types.FormLabelsOrientationType getLabelsOrientation()
/**
* Returns the value of field 'layout'. The field 'layout' has
* the following description: The layout for the form controls
*
* @return Layout
* @return the value of field 'layout'.
*/
public com.queplix.core.modules.config.jxb.Layout getLayout()
{
return this._layout;
} //-- com.queplix.core.modules.config.jxb.Layout getLayout()
/**
* Method getLinkedDataset
*
*
*
* @param index
* @return LinkedDataset
*/
public com.queplix.core.modules.config.jxb.LinkedDataset getLinkedDataset(int index)
throws java.lang.IndexOutOfBoundsException
{
//-- check bounds for index
if ((index < 0) || (index > _linkedDatasetList.size())) {
throw new IndexOutOfBoundsException();
}
return (com.queplix.core.modules.config.jxb.LinkedDataset) _linkedDatasetList.get(index);
} //-- com.queplix.core.modules.config.jxb.LinkedDataset getLinkedDataset(int)
/**
* Method getLinkedDataset
*
*
*
* @return LinkedDataset
*/
public com.queplix.core.modules.config.jxb.LinkedDataset[] getLinkedDataset()
{
int size = _linkedDatasetList.size();
com.queplix.core.modules.config.jxb.LinkedDataset[] mArray = new com.queplix.core.modules.config.jxb.LinkedDataset[size];
for (int index = 0; index < size; index++) {
mArray[index] = (com.queplix.core.modules.config.jxb.LinkedDataset) _linkedDatasetList.get(index);
}
return mArray;
} //-- com.queplix.core.modules.config.jxb.LinkedDataset[] getLinkedDataset()
/**
* Method getLinkedDatasetCount
*
*
*
* @return int
*/
public int getLinkedDatasetCount()
{
return _linkedDatasetList.size();
} //-- int getLinkedDatasetCount()
/**
* Returns the value of field 'links'. The field 'links' has
* the following description: Contains all links in the form
*
* @return Links
* @return the value of field 'links'.
*/
public com.queplix.core.modules.config.jxb.Links getLinks()
{
return this._links;
} //-- com.queplix.core.modules.config.jxb.Links getLinks()
/**
* Returns the value of field 'myqueweb'.
*
* @return Boolean
* @return the value of field 'myqueweb'.
*/
public java.lang.Boolean getMyqueweb()
{
return this._myqueweb;
} //-- java.lang.Boolean getMyqueweb()
/**
* Returns the value of field 'name'. The field 'name' has the
* following description: The name of form
*
* @return String
* @return the value of field 'name'.
*/
public java.lang.String getName()
{
return this._name;
} //-- java.lang.String getName()
/**
* Returns the value of field 'order'.
*
* @return Integer
* @return the value of field 'order'.
*/
public java.lang.Integer getOrder()
{
return this._order;
} //-- java.lang.Integer getOrder()
/**
* Returns the value of field 'tab'.
*
* @return String
* @return the value of field 'tab'.
*/
public java.lang.String getTab()
{
return this._tab;
} //-- java.lang.String getTab()
/**
* Method isValid
*
*
*
* @return boolean
*/
public boolean isValid()
{
try {
validate();
}
catch (org.exolab.castor.xml.ValidationException vex) {
return false;
}
return true;
} //-- boolean isValid()
/**
* Method marshal
*
*
*
* @param out
*/
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
{
Marshaller.marshal(this, out);
} //-- void marshal(java.io.Writer)
/**
* Method marshal
*
*
*
* @param handler
*/
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
{
Marshaller.marshal(this, handler);
} //-- void marshal(org.xml.sax.ContentHandler)
/**
* Method removeExternalField
*
*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -