ModulSelect ModulSelect(
)
|
|
void setModulLanguage(
String
$modulLanguage
)
|
|
Sets the language the Moduls information will be shown with.
Default is the User environment language _ULC_.
Parameters:
|
String |
$modulLanguage: |
modulLanguage the Locale to use |
void setPreSelectedID(
String
$id
)
|
|
Sets the ID of the Modul that should be preselected.
If this Modul is deactivated, it will be rendered nevertheless. This behaviour can be changed by calling setShowPreselectedIfDeactivated($show).
Parameters:
|
String |
$id: |
id the Modul ID |
void setShowDeactivated(
boolean
$showDeactivated
)
|
|
Sets whether deactivated Moduls are rendered or not.
Default is FALSE.
Parameters:
|
boolean |
$showDeactivated: |
showDeactivated whether deactivated Moduls will be rendered |
void setShowPreselectedIfDeactivated(
boolean
$show
)
|
|
Sets whether the Preselected Modul will be rendered if it is deactivated or not.
Default is TRUE. Set FALSE if you do not want to display the preselected and deactivated Modul.
Parameters:
|
boolean |
$show: |
show whether deactivated and preselected Modul will be rendered |
void setSortAlphabetical(
boolean
$sortAlphabetical
)
|
|
Sets if the list will be sorted alphabetical.
Default id TRUE.
Parameters:
|
boolean |
$sortAlphabetical: |
sortAlphabetical if the list will be sorted or not |