FORMULA LANGUAGE
Examples: @GetComponentViewPreference
The following examples reference a Notes Contacts View component, which is set to display contact information in a fixed location on half of the screen.
1. This code returns the value ALL_CONTACTS:
@GetComponentViewPreference(com.ibm.rcp.csiviews.viewpart.folderalias)
2. This code returns the value false:
@GetComponentViewPreference(com.ibm.rcp.closeable)
3. This code returns the value true:
@GetComponentViewPreference(com.ibm.rcp.visible)
4. This code returns the value 0.5:
@GetComponentViewPreference(com.ibm.rcp.ratio)
Vedere anche
@GetComponentViewPreference
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario