Skip to main content

Component

Manage the execution of the components (represent 1 or more fields) that are integrated into the automatically generated forms.


addDataStructure


_component.addDataStructure(name: string, type: string, size: int) : void

Attributes
NAMETYPEDESCRIPTION
namestring
typestring
sizeint
Return

( void )


_component.addDataStructure(name: string, type: string, size: int, readonly: boolean) : void

Attributes
NAMETYPEDESCRIPTION
namestring
typestring
sizeint
readonlyboolean
Return

( void )


_component.addDataStructure(name: string, type: string, size: int, readonly: boolean, index: boolean) : void

Attributes
NAMETYPEDESCRIPTION
namestring
typestring
sizeint
readonlyboolean
indexboolean
Return

( void )


_component.addDataStructure(name: string, type: string, filter: string, size: int) : void

Attributes
NAMETYPEDESCRIPTION
namestring
typestring
filterstring
sizeint
Return

( void )


_component.addDataStructure(name: string, type: string, filter: string, size: int, readonly: boolean) : void

Attributes
NAMETYPEDESCRIPTION
namestring
typestring
filterstring
sizeint
readonlyboolean
Return

( void )


_component.addDataStructure(name: string, type: string, filter: string, size: int, readonly: boolean, index: boolean) : void

Attributes
NAMETYPEDESCRIPTION
namestring
typestring
filterstring
sizeint
readonlyboolean
indexboolean
Return

( void )


getConfiguration


_component.getConfiguration() : org.netuno.tritao.com.Configuration

Return

( org.netuno.tritao.com.Configuration )


getDataStructure


_component.getDataStructure() : java.util.List

Return

( java.util.List )


getDesignData


_component.getDesignData() : Values

Return

( Values )


getMode


_component.getMode() : string

Return

( string )


getProperties


_component.getProperties() : Values

Return

( Values )


getTableData


_component.getTableData() : Values

Return

( Values )


getType


_component.getType() : string

Return

( string )


getValues


_component.getValues() : Values

Return

( Values )


isModeEdit


_component.isModeEdit() : boolean

Return

( boolean )


isModeEditRestore


_component.isModeEditRestore() : boolean

Return

( boolean )


isRenderEdit


_component.isRenderEdit() : boolean

Return

( boolean )


isRenderReportForm


_component.isRenderReportForm() : boolean

Return

( boolean )


isRenderSearchForm


_component.isRenderSearchForm() : boolean

Return

( boolean )


isRenderSearchResults


_component.isRenderSearchResults() : boolean

Return

( boolean )


isRenderView


_component.isRenderView() : boolean

Return

( boolean )


renderDisplayName


_component.renderDisplayName() : void

Return

( void )