ContentBox Core API 1.6.0

contentbox.model.ui
Class Widget

WEB-INF.cftags.component
        extended by contentbox.model.ui.Widget

public class Widget
extends WEB-INF.cftags.component

******************************************************************************* ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.gocontentbox.org | www.luismajano.com | 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 & Description Default Serializable Required
 any author


Attributes:
true false
 any authorURL


Attributes:
true false
 any category


Attributes:
true false
 any description


Attributes:
true false
 any icon


Attributes:
true false
 any name


Attributes:
true false
 any version


Attributes:
true false
 
Constructor Summary
init()
 
Method Summary
 any GETAUTHOR()
          get:
 any GETAUTHORURL()
          get:
 any GETCATEGORY()
          get:
 any GETDESCRIPTION()
          get:
 any GETICON()
          get:
 any GETNAME()
          get:
 any GETVERSION()
          get:
 Widget SETAUTHOR(any author)
          set:
 Widget SETAUTHORURL(any authorURL)
          set:
 Widget SETCATEGORY(any category)
          set:
 Widget SETDESCRIPTION(any description)
          set:
 Widget SETICON(any icon)
          set:
 Widget SETNAME(any name)
          set:
 Widget SETVERSION(any version)
          set:
 array validate()
 
Methods inherited from class WEB-INF.cftags.component
None
 

Constructor Detail

init

public init()

Property Detail

author

any author

Attributes:
default -
serializable - true
required - false

authorURL

any authorURL

Attributes:
default -
serializable - true
required - false

category

any category

Attributes:
default -
serializable - true
required - false

description

any description

Attributes:
default -
serializable - true
required - false

icon

any icon

Attributes:
default -
serializable - true
required - false

name

any name

Attributes:
default -
serializable - true
required - false

version

any version

Attributes:
default -
serializable - true
required - false

Method Detail

GETAUTHOR

public any GETAUTHOR()
get:


GETAUTHORURL

public any GETAUTHORURL()
get:


GETCATEGORY

public any GETCATEGORY()
get:


GETDESCRIPTION

public any GETDESCRIPTION()
get:


GETICON

public any GETICON()
get:


GETNAME

public any GETNAME()
get:


GETVERSION

public any GETVERSION()
get:


SETAUTHOR

public Widget SETAUTHOR(any author)
set:

Parameters:
author

SETAUTHORURL

public Widget SETAUTHORURL(any authorURL)
set:

Parameters:
authorURL

SETCATEGORY

public Widget SETCATEGORY(any category)
set:

Parameters:
category

SETDESCRIPTION

public Widget SETDESCRIPTION(any description)
set:

Parameters:
description

SETICON

public Widget SETICON(any icon)
set:

Parameters:
icon

SETNAME

public Widget SETNAME(any name)
set:

Parameters:
name

SETVERSION

public Widget SETVERSION(any version)
set:

Parameters:
version

validate

public array validate()


ContentBox Core API 1.6.0