contentbox.model.ui

Class Widget

railo-context.Component
        extended by contentbox.model.ui.Widget
Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  

    ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com Apache License, Version 2.0 Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. I represent a new widget to be created in the ContentBox System

    Property Summary
    type property default serializable required
    any author


    true false
    any authorURL


    true false
    any category


    true false
    any description


    true false
    any icon


    true false
    any name


    true false
    any version


    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 railo-context.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    author

    property any author

    Attributes:
    required - false
    serializable - true

    authorURL

    property any authorURL

    Attributes:
    required - false
    serializable - true

    category

    property any category

    Attributes:
    required - false
    serializable - true

    description

    property any description

    Attributes:
    required - false
    serializable - true

    icon

    property any icon

    Attributes:
    required - false
    serializable - true

    name

    property any name

    Attributes:
    required - false
    serializable - true

    version

    property any version

    Attributes:
    required - false
    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()