|
ContentBox Core API 1.6.0 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.ui.Widget
public class Widget
******************************************************************************* 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 |
---|
public init()
Property Detail |
---|
any author
default
- serializable
- truerequired
- falseany authorURL
default
- serializable
- truerequired
- falseany category
default
- serializable
- truerequired
- falseany description
default
- serializable
- truerequired
- falseany icon
default
- serializable
- truerequired
- falseany name
default
- serializable
- truerequired
- falseany version
default
- serializable
- truerequired
- falseMethod Detail |
---|
public any GETAUTHOR()
public any GETAUTHORURL()
public any GETCATEGORY()
public any GETDESCRIPTION()
public any GETICON()
public any GETNAME()
public any GETVERSION()
public Widget SETAUTHOR(any author)
author
public Widget SETAUTHORURL(any authorURL)
authorURL
public Widget SETCATEGORY(any category)
category
public Widget SETDESCRIPTION(any description)
description
public Widget SETICON(any icon)
icon
public Widget SETNAME(any name)
name
public Widget SETVERSION(any version)
version
public array validate()
|
ContentBox Core API 1.6.0 | ||||
FRAMES |