Class we_ui_controls_ACFileSelector

Description

Class to display an Aucompleter with FileSelector

Located in /ui/controls/ACFileSelector.php (line 36)

we_core_AbstractObject
   |
   --we_ui_abstract_AbstractElement
      |
      --we_ui_abstract_AbstractFormElement
         |
         --we_ui_controls_ACFileSelector
Variable Summary
Method Summary
void __construct ([array $properties = null])
string getAppName ()
string getButton ()
string getButtonOnClick ()
string getButtonText ()
string getButtonTitle ()
string getContentType ()
string getFolderIdName ()
string getFolderIdValue ()
string getFolderPathName ()
string getFolderPathValue ()
string getInputField ()
boolean getMayBeEmpty ()
string getOnChange ()
string getSelector ()
string getTable ()
void setAppName (boolean $_appName)
void setButtonOnClick (string $_buttonOnClick)
void setButtonText (string $_buttonText)
void setButtonTitle (string $_buttonTitle)
void setContentType (string $_contentType)
void setFolderIdName (string $_folderIdName)
void setFolderIdValue (string $_folderIdValue)
void setFolderPathName (string $_folderPathName)
void setFolderPathValue (string $_folderPathValue)
void setMayBeEmpty (boolean $_mayBeEmpty)
void setOnChange (string $_onChange)
void setSelector (string $_selector)
void setTable (string $_table)
string _renderHTML ()
void _willRenderHTML ()
Variables
string $_appName = '' (line 65)

name of the application whose directories are selectable

  • access: protected
object $_buttonObj (line 51)

object of the we_ui_controls_button class

  • access: protected
string $_buttonOnClick = '' (line 86)

button onClick attribute

  • access: protected
string $_buttonText = '' (line 79)

button text

  • access: protected
string $_buttonTitle = '' (line 93)

button title

  • access: protected
string $_contentType = '' (line 135)

content type of files

  • access: protected
string $_folderIdName = '' (line 72)

name attribute for folder Id

  • access: protected
string $_folderIdValue = '' (line 107)

value attribute for folder Id

  • access: protected
string $_folderPathName = '' (line 100)

name attribute for folder Path

  • access: protected
string $_folderPathValue = '' (line 114)

value attribute for folder Path

  • access: protected
boolean $_mayBeEmpty = false (line 58)

ac may be empty

  • access: protected
string $_onChange = '' (line 142)

onChange attribute

  • access: protected
string $_selector = '' (line 128)

kind of selector

  • access: protected
object $_suggestObj (line 44)

object of the suggestClass

  • access: protected
string $_table = '' (line 121)

table from which the autocompleter choose files

  • access: protected

Inherited Variables

Inherited from we_ui_abstract_AbstractFormElement

we_ui_abstract_AbstractFormElement::$_name

Inherited from we_ui_abstract_AbstractElement

we_ui_abstract_AbstractElement::$_class
we_ui_abstract_AbstractElement::$_CSSFiles
we_ui_abstract_AbstractElement::$_disabled
we_ui_abstract_AbstractElement::$_height
we_ui_abstract_AbstractElement::$_hidden
we_ui_abstract_AbstractElement::$_id
we_ui_abstract_AbstractElement::$_JSFiles
we_ui_abstract_AbstractElement::$_lang
we_ui_abstract_AbstractElement::$_left
we_ui_abstract_AbstractElement::$_overflow
we_ui_abstract_AbstractElement::$_position
we_ui_abstract_AbstractElement::$_style
we_ui_abstract_AbstractElement::$_title
we_ui_abstract_AbstractElement::$_top
we_ui_abstract_AbstractElement::$_width
Methods
Constructor __construct (line 152)

Constructor

Sets object properties if set in $properties array

void __construct ([array $properties = null])
  • array $properties: associative array containing named object properties

Redefinition of:
we_core_AbstractObject::__construct()
Constructor
getAppName (line 188)

Retrieve name of the application whose directories are selectable

  • access: public
string getAppName ()
getButton (line 505)

Get HTML of Button

  • access: public
string getButton ()
getButtonOnClick (line 439)

Retrieve button onClick attribute

  • access: public
string getButtonOnClick ()
getButtonText (line 218)

Retrieve button text

  • access: public
string getButtonText ()
getButtonTitle (line 228)

Retrieve button title

  • access: public
string getButtonTitle ()
getContentType (line 249)

Retrieve contentTypes

  • access: public
string getContentType ()
getFolderIdName (line 269)

Retrieve folderIdName

  • access: public
string getFolderIdName ()
getFolderIdValue (line 279)

Retrieve folderIdValue

  • access: public
string getFolderIdValue ()
getFolderPathName (line 289)

Retrieve folderPathName

  • access: public
string getFolderPathName ()
getFolderPathValue (line 389)

Retrieve folderPathValue

  • access: public
string getFolderPathValue ()
getInputField (line 479)

Get HTML of InputField

  • access: public
string getInputField ()
getMayBeEmpty (line 198)

Retrieve value if ac may be empty

  • access: public
boolean getMayBeEmpty ()
getOnChange (line 208)

Retrieve onChange attribute

  • access: public
string getOnChange ()
getSelector (line 238)

Retrieve selector

  • access: public
string getSelector ()
getTable (line 259)

Retrieve table

  • access: public
string getTable ()
setAppName (line 299)

Set name of the application whose directories are selectable

  • access: public
void setAppName (boolean $_appName)
  • boolean $_appName
setButtonOnClick (line 339)

Set button onClick attribute

  • access: public
void setButtonOnClick (string $_buttonOnClick)
  • string $_buttonOnClick
setButtonText (line 329)

Set button text

  • access: public
void setButtonText (string $_buttonText)
  • string $_buttonText
setButtonTitle (line 349)

Set button title

  • access: public
void setButtonTitle (string $_buttonTitle)
  • string $_buttonTitle
setContentType (line 419)

Set contentType

  • access: public
void setContentType (string $_contentType)
  • string $_contentType
setFolderIdName (line 359)

Set folderIdName

  • access: public
void setFolderIdName (string $_folderIdName)
  • string $_folderIdName
setFolderIdValue (line 379)

Set folderIdValue

  • access: public
void setFolderIdValue (string $_folderIdValue)
  • string $_folderIdValue
setFolderPathName (line 369)

Set folderPathName

  • access: public
void setFolderPathName (string $_folderPathName)
  • string $_folderPathName
setFolderPathValue (line 399)

Set folderPathValue

  • access: public
void setFolderPathValue (string $_folderPathValue)
  • string $_folderPathValue
setMayBeEmpty (line 309)

Set if ac may be empty

  • access: public
void setMayBeEmpty (boolean $_mayBeEmpty)
  • boolean $_mayBeEmpty
setOnChange (line 319)

Set onChange attribute

  • access: public
void setOnChange (string $_onChange)
  • string $_onChange
setSelector (line 429)

Set selector

  • access: public
void setSelector (string $_selector)
  • string $_selector
setTable (line 409)

Set table

  • access: public
void setTable (string $_table)
  • string $_table
_renderHTML (line 542)

Renders and returns HTML of ACFileSelector

  • access: public
string _renderHTML ()

Redefinition of:
we_ui_abstract_AbstractElement::_renderHTML()
Renders and returns HTML of ui element
_willRenderHTML (line 524)

called before _renderHTML() is called

  • access: protected
void _willRenderHTML ()

Redefinition of:
we_ui_abstract_AbstractElement::_willRenderHTML()
called before _renderHTML() is called

Inherited Methods

Inherited From we_ui_abstract_AbstractFormElement

we_ui_abstract_AbstractFormElement::getName()
we_ui_abstract_AbstractFormElement::setName()

Inherited From we_ui_abstract_AbstractElement

we_ui_abstract_AbstractElement::addCSSFile()
we_ui_abstract_AbstractElement::addCSSFiles()
we_ui_abstract_AbstractElement::addJSFile()
we_ui_abstract_AbstractElement::addJSFiles()
we_ui_abstract_AbstractElement::computeJSURL()
we_ui_abstract_AbstractElement::getClass()
we_ui_abstract_AbstractElement::getCSSFiles()
we_ui_abstract_AbstractElement::getDisabled()
we_ui_abstract_AbstractElement::getHeight()
we_ui_abstract_AbstractElement::getHidden()
we_ui_abstract_AbstractElement::getHTML()
we_ui_abstract_AbstractElement::getId()
we_ui_abstract_AbstractElement::getJSFiles()
we_ui_abstract_AbstractElement::getJSHTML()
we_ui_abstract_AbstractElement::getLang()
we_ui_abstract_AbstractElement::getLeft()
we_ui_abstract_AbstractElement::getOverflow()
we_ui_abstract_AbstractElement::getPosition()
we_ui_abstract_AbstractElement::getStyle()
we_ui_abstract_AbstractElement::getTitle()
we_ui_abstract_AbstractElement::getTop()
we_ui_abstract_AbstractElement::getWidth()
we_ui_abstract_AbstractElement::setClass()
we_ui_abstract_AbstractElement::setDisabled()
we_ui_abstract_AbstractElement::setHeight()
we_ui_abstract_AbstractElement::setHidden()
we_ui_abstract_AbstractElement::setId()
we_ui_abstract_AbstractElement::setLang()
we_ui_abstract_AbstractElement::setLeft()
we_ui_abstract_AbstractElement::setOverflow()
we_ui_abstract_AbstractElement::setPosition()
we_ui_abstract_AbstractElement::setStyle()
we_ui_abstract_AbstractElement::setTitle()
we_ui_abstract_AbstractElement::setTop()
we_ui_abstract_AbstractElement::setWidth()
we_ui_abstract_AbstractElement::_didRenderHTML()
we_ui_abstract_AbstractElement::_getBooleanAttribs()
we_ui_abstract_AbstractElement::_getComputedClassAttrib()
we_ui_abstract_AbstractElement::_getComputedStyleAttrib()
we_ui_abstract_AbstractElement::_getNonBooleanAttribs()
we_ui_abstract_AbstractElement::_renderHTML()
we_ui_abstract_AbstractElement::_willRenderHTML()

Inherited From we_core_AbstractObject

we_core_AbstractObject::__construct()

Documentation generated on Mon, 01 Sep 2008 11:35:31 +0200 by phpDocumentor 1.4.0