ADDVIEWPROPERTIES |
attributes - function addViewProperties |
Arguments:
Name |
Required |
Type |
Default |
viewProperties |
Required |
struct |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
APPENDHEADCONTENT |
attributes - function appendHeadContent |
Arguments:
Name |
Required |
Type |
Default |
headContent |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETAPPLICATIONID |
attributes - function getApplicationID |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETAPPLICATIONNAME |
attributes - function getApplicationName |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the APPNAME property of the Application this View is deployed under |
Description: |
|
|
|
GETAPPLICATIONPROPERTY |
attributes - function getApplicationProperty |
Arguments:
Name |
Required |
Type |
Default |
propName |
Required |
string |
|
|
ReturnType: |
any
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for a named configuration propery of the deployed Application to which this View is registered |
Description: |
|
|
|
GETARGUMENTSTRING |
attributes - function getArgumentString |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the argument string passed to this View |
Description: |
|
|
|
GETCONTENT |
attributes - function getContent |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETHEADCONTENT |
attributes - function getHeadContent |
Arguments: | none |
ReturnType: |
array
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETHTMLMETA |
attributes - function getHtmlMeta |
Arguments:
Name |
Required |
Type |
Default |
metaName |
Required |
string |
|
|
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Get the string set to be used as the content for the generated meta tag with the given name. If none is set, and empty string is returned. |
Description: |
|
|
|
GETHTMLMETAS |
attributes - function getHtmlMetas |
Arguments: | none |
ReturnType: |
struct
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Get all the set META tags, in 'name'-'content' pairs |
Description: |
|
|
|
GETHTMLTITLE |
attributes - function getHtmlTitle |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the string which will be set as the HTML title in the wrapper |
Description: |
|
|
|
GETLAYOUT |
attributes - function getLayout |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETPROPERTY |
attributes - function getProperty |
Arguments:
Name |
Required |
Type |
Default |
propName |
Required |
string |
|
|
ReturnType: |
any
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for a named configuration property. If the named property does not exist, an empty string is returned. |
Description: |
|
|
|
GETTEMPLATEID |
attributes - function getTemplateID |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETURL |
attributes - function getUrl |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the URL used to request the View |
Description: |
|
|
|
GETVIEWID |
attributes - function getViewID |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETVIEWNAME |
attributes - function getViewName |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the name this View is deployed under |
Description: |
|
|
|
GETVIEWPROPERTIES |
attributes - function getViewProperties |
Arguments: | none |
ReturnType: |
struct
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETVIEWPROPERTY |
attributes - function getViewProperty |
Arguments:
Name |
Required |
Type |
Default |
propertyName |
Required |
string |
|
default |
Optional |
any |
[empty string] |
|
ReturnType: |
any
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETVIEWURL |
attributes - function getViewUrl |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the View URL passed to this View |
Description: |
|
|
|
INIT |
attributes - function init |
Arguments:
Name |
Required |
Type |
Default |
requestedUrl |
Required |
string |
|
argumentString |
Optional |
string |
[empty string] |
viewUrl |
Required |
string |
|
viewID |
Required |
string |
|
viewName |
Required |
string |
|
viewProperties |
Required |
struct |
|
applicationProperties |
Required |
struct |
|
applicationID |
Required |
string |
|
applicationName |
Required |
string |
|
|
ReturnType: |
com.sysalli.se.application.ViewEnvironment
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Initialize a ViewEnvironment object |
Description: |
|
|
|
SETAPPLICATIONID |
attributes - function setApplicationID |
Arguments:
Name |
Required |
Type |
Default |
applicationID |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
private |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
SETAPPLICATIONNAME |
attributes - function setApplicationName |
Arguments:
Name |
Required |
Type |
Default |
applicationName |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
private |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the APPNAME property of the Application this View is deployed under |
Description: |
|
|
|
SETAPPLICATIONPROPERTIES |
attributes - function setApplicationProperties |
Arguments:
Name |
Required |
Type |
Default |
props |
Required |
struct |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
private |
Output: |
no |
DisplayName: |
|
Hint: |
Replace the Application configuration properties stored by this object with those listed in the struct argument. |
Description: |
|
|
|
SETARGUMENTSTRING |
attributes - function setArgumentString |
Arguments:
Name |
Required |
Type |
Default |
argumentString |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the argument string passed to this View |
Description: |
|
|
|
SETCONTENT |
attributes - function setContent |
Arguments:
Name |
Required |
Type |
Default |
content |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
SETHTMLMETA |
attributes - function setHtmlMeta |
Arguments:
Name |
Required |
Type |
Default |
metaName |
Required |
string |
|
content |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Set the string to be used as the content for the generated meta tag with the given name |
Description: |
|
|
|
SETHTMLTITLE |
attributes - function setHtmlTitle |
Arguments:
Name |
Required |
Type |
Default |
title |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the string which will be set as the HTML title in the wrapper |
Description: |
|
|
|
SETLAYOUT |
attributes - function setLayout |
Arguments:
Name |
Required |
Type |
Default |
layout |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
SETPROPERTIES |
attributes - function setProperties |
Arguments:
Name |
Required |
Type |
Default |
props |
Required |
struct |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
private |
Output: |
no |
DisplayName: |
|
Hint: |
Replace the configuration properties stored by this object with those listed in the struct argument. |
Description: |
|
|
|
SETPROPERTY |
attributes - function setProperty |
Arguments:
Name |
Required |
Type |
Default |
propName |
Required |
string |
|
propValue |
Required |
any |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
private |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for a named configuration property. |
Description: |
|
|
|
SETTEMPLATEID |
attributes - function setTemplateID |
Arguments:
Name |
Required |
Type |
Default |
templateID |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
SETURL |
attributes - function setUrl |
Arguments:
Name |
Required |
Type |
Default |
requestedUrl |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the URL used to request the View |
Description: |
|
|
|
SETVIEWID |
attributes - function setViewID |
Arguments:
Name |
Required |
Type |
Default |
viewID |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
private |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
SETVIEWNAME |
attributes - function setViewName |
Arguments:
Name |
Required |
Type |
Default |
viewName |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
private |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the name this View is deployed under |
Description: |
|
|
|
SETVIEWPROPERTY |
attributes - function setViewProperty |
Arguments:
Name |
Required |
Type |
Default |
propertyName |
Required |
string |
|
propertyValue |
Required |
any |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
SETVIEWURL |
attributes - function setViewUrl |
Arguments:
Name |
Required |
Type |
Default |
viewUrl |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public |
Output: |
no |
DisplayName: |
|
Hint: |
Accessor for the View URL passed to this View |
Description: |
|
|
|