Skip to main content

Link

Definição da configuração do objeto Link para realcionamento entre formularios.


getForm


getForm() : string

Description

Returns the name of the query's main form.

Return

( string )

The name of the form.


getJoinType


getJoinType() : org.netuno.tritao.db.form.join.JoinType

Return

( org.netuno.tritao.db.form.join.JoinType )



Description

Returns the relationship configuration.

Return

( RelationshipLink )

Relationship configuration.


getWhere


getWhere() : Where

Description

Returns the filter configuration for the Link object's main form.

Return

( Where )

The filters configuration



Description

Defines a second relationship level on the current Link object.

Attributes
NAMETYPEDESCRIPTION
formLinkstringName of the form to be listed.
Return

( Link )

Current Link object.


Description

Defines a second relationship level on the current Link object.

Attributes
NAMETYPEDESCRIPTION
formLinkLinkName of the form to be listed.
Return

( Link )

Current Link object.


setForm


Description

Defines the name of the query's main form.

Attributes
NAMETYPEDESCRIPTION
formstringThe name of the form
Return

( Link )

Current Link object.


setJoinType


Attributes
NAMETYPEDESCRIPTION
joinTypeorg.netuno.tritao.db.form.join.JoinType
Return

( Link )



Description

Defines the relationship configuration.

Attributes
NAMETYPEDESCRIPTION
relationLinkRelationshipLinkThe relationship configuration.
Return

( Link )

Current Link object.


setWhere


Description

Defines the filter configuration for the Link object's main form.

Attributes
NAMETYPEDESCRIPTION
whereWhereThe filters configuration.
Return

( Link )

Current Link object.


where


Description

Defines the filter configuration for the Link object's main form.

Attributes
NAMETYPEDESCRIPTION
whereWhereThe filters configuration.
Return

( Link )

Current Link object.


withInner


Return

( Link )


withLeft


Return

( Link )


withRight


Return

( Link )