Component
Gere a execução dos componentes (representam 1 ou mais campos) que são integrados nos formulários gerados automaticamente.
addDataStructure
_component.addDataStructure(name: string, type: string, size: int) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
name | string | |
type | string | |
size | int |
Retorno
( void )
_component.addDataStructure(name: string, type: string, size: int, readonly: boolean) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
name | string | |
type | string | |
size | int | |
readonly | boolean |
Retorno
( void )
_component.addDataStructure(name: string, type: string, size: int, readonly: boolean, index: boolean) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
name | string | |
type | string | |
size | int | |
readonly | boolean | |
index | boolean |
Retorno
( void )
_component.addDataStructure(name: string, type: string, filter: string, size: int) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
name | string | |
type | string | |
filter | string | |
size | int |
Retorno
( void )
_component.addDataStructure(name: string, type: string, filter: string, size: int, readonly: boolean) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
name | string | |
type | string | |
filter | string | |
size | int | |
readonly | boolean |
Retorno
( void )
_component.addDataStructure(name: string, type: string, filter: string, size: int, readonly: boolean, index: boolean) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
name | string | |
type | string | |
filter | string | |
size | int | |
readonly | boolean | |
index | boolean |
Retorno
( void )
getConfiguration
_component.getConfiguration() : org.netuno.tritao.com.Configuration
Retorno
( org.netuno.tritao.com.Configuration )
getDataStructure
_component.getDataStructure() : java.util.List
Retorno
( java.util.List )
getDesignData
_component.getDesignData() : Values
Retorno
( Values )
getMode
_component.getMode() : string
Retorno
( string )
getProperties
_component.getProperties() : Values
Retorno
( Values )
getTableData
_component.getTableData() : Values
Retorno
( Values )
getType
_component.getType() : string
Retorno
( string )
getValues
_component.getValues() : Values
Retorno
( Values )
isModeEdit
_component.isModeEdit() : boolean
Retorno
( boolean )
isModeEditRestore
_component.isModeEditRestore() : boolean
Retorno
( boolean )
isRenderEdit
_component.isRenderEdit() : boolean
Retorno
( boolean )
isRenderReportForm
_component.isRenderReportForm() : boolean
Retorno
( boolean )
isRenderSearchForm
_component.isRenderSearchForm() : boolean
Retorno
( boolean )
isRenderSearchResults
_component.isRenderSearchResults() : boolean
Retorno
( boolean )
isRenderView
_component.isRenderView() : boolean
Retorno
( boolean )
renderDisplayName
_component.renderDisplayName() : void
Retorno
( void )