Configure the Linkbar.
	
	
	
		static void
		
			addSubmenu
		
					(string $vName)
			
	
			
					- 
				string
				$vName: The name of the active view.			
 
	
	 
	
	
Create and return a new Option
	
	
	
		static object The
		
			createOption
		
					([string $value = ''], [string $text = ''])
			
	
			
					- 
				string
				$value: The option value [optional]			
- 
				string
				$text: The option text [optional]			
 
	
	 
	
	
Create and return a new Option Group
	
	
	
		static array
		
			createOptionGroup
		
					([string $label = ''], [array $options = array()])
			
	
			
					- 
				string
				$label: Value and label for group [optional]			
- 
				array
				$options: Array of options to insert into group [optional]			
 
	
	 
	
	
Gets a list of the actions that can be performed.
	
	
	
		static 
JObject
		
			getActions
		
					([
integer $moduleId = 
0])
			
					- 
				integer
				$moduleId: The module ID.			
 
	
	 
	
	
Get a list of the assignment options for modules to menus.
	
	
	
		static array
		
			getAssignmentOptions
		
					(int $clientId)
			
	
			
					- 
				int
				$clientId: The client id.			
 
	
	 
	
	
Get a list of filter options for the application clients.
	
	
	
		static array
		
			getClientOptions
		
				()
			
	
		
			
	 
	
	 
	
	
Get a list of the unique modules installed in the client application.
	
	
	
		static array
		
			getModules
		
					(int $clientId)
			
	
			
					- 
				int
				$clientId: The client id.			
 
	
	 
	
	
Get a list of modules positions
	
	
	
		static array
		
			getPositions
		
					(integer $clientId, [ $editPositions = false])
			
	
			
					- 
				integer
				$clientId: Client ID			
- 
				
				$editPositions			
 
	
	 
	
	
Get a list of filter options for the state of a module.
	
	
	
		static array
		
			getStateOptions
		
				()
			
	
		
			
	 
	
	 
	
	
Return a list of templates
	
	
	
		static array
		
			getTemplates
		
					([integer $clientId = 0], [string $state = ''], [string $template = ''])
			
	
			
					- 
				integer
				$clientId: Client ID			
- 
				string
				$state: State			
- 
				string
				$template: Template name			
 
	
	 
	
	
Return a translated module position name
	
	
	
		static string
		
			getTranslatedModulePosition
		
					( $clientId, string $template, string $position)
			
	
			
					- 
				string
				$template: Template name			
- 
				string
				$position: Position name			
- 
				
				$clientId			
 
	
	 
	
	
Check if the string was translated
	
	
	
		static boolean
		
			isTranslatedText
		
					(string $langKey, string $text)
			
	
			
					- 
				string
				$langKey: Language file text key			
- 
				string
				$text: The "translated" text to be checked