contentbox.models.ui

Class Widget

lucee.Component
    extended by contentbox.models.ui.Widget

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- I represent a new widget to be created in the ContentBox System

Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any author


    • access = public
    • returntype = any
    true false
    any authorURL


    • access = public
    • returntype = any
    true false
    any category


    • access = public
    • returntype = any
    true false
    any description


    • access = public
    • returntype = any
    true false
    any icon


    • access = public
    • returntype = any
    true false
    any name


    • access = public
    • returntype = any
    true false
    any version


    • access = public
    • returntype = any
    true false
    Constructor Summary
    init()
    Method Summary
    string getAuthor()
    string getAuthorURL()
    string getCategory()
    string getDescription()
    string getIcon()
    string getName()
    string getVersion()
    any setAuthor(any author)
    any setAuthorURL(any authorURL)
    any setCategory(any category)
    any setDescription(any description)
    any setIcon(any icon)
    any setName(any name)
    any setVersion(any version)
    array validate()
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    author

    property any author

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    authorURL

    property any authorURL

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    category

    property any category

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    description

    property any description

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    icon

    property any icon

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    name

    property any name

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    version

    property any version

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    getAuthor

    public string getAuthor()


    getAuthorURL

    public string getAuthorURL()


    getCategory

    public string getCategory()


    getDescription

    public string getDescription()


    getIcon

    public string getIcon()


    getName

    public string getName()


    getVersion

    public string getVersion()


    setAuthor

    public any setAuthor(any author)

    Parameters:
    author

    setAuthorURL

    public any setAuthorURL(any authorURL)

    Parameters:
    authorURL

    setCategory

    public any setCategory(any category)

    Parameters:
    category

    setDescription

    public any setDescription(any description)

    Parameters:
    description

    setIcon

    public any setIcon(any icon)

    Parameters:
    icon

    setName

    public any setName(any name)

    Parameters:
    name

    setVersion

    public any setVersion(any version)

    Parameters:
    version

    validate

    public array validate()