|
ContentBox Core API 1.5.7 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.FrameworkSupertype
coldbox.system.Plugin
contentbox.model.ui.BaseWidget
public class BaseWidget
******************************************************************************* 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. ******************************************************************************* This is the base class for contentbox widgets
Method Summary | |
---|---|
any |
GETAUTHORSERVICE()
|
string |
GETCATEGORY()
|
any |
GETCATEGORYSERVICE()
|
any |
GETCB()
|
any |
GETCOMMENTSERVICE()
|
any |
GETCONTENTSERVICE()
|
any |
GETCONTENTSTORESERVICE()
|
any |
GETCONTENTVERSIONSERVICE()
|
any |
GETENTRYSERVICE()
|
string |
GETFORGEBOXSLUG()
|
any |
GETHTML()
|
string |
GETICON()
|
any |
GETPAGESERVICE()
|
any |
GETSECURITYSERVICE()
|
void |
SETAUTHORSERVICE(any authorService)
|
void |
SETCATEGORY(string category)
|
void |
SETCATEGORYSERVICE(any categoryService)
|
void |
SETCB(any cb)
|
void |
SETCOMMENTSERVICE(any commentService)
|
void |
SETCONTENTSERVICE(any contentService)
|
void |
SETCONTENTSTORESERVICE(any contentStoreService)
|
void |
SETCONTENTVERSIONSERVICE(any contentVersionService)
|
void |
SETENTRYSERVICE(any entryService)
|
void |
SETFORGEBOXSLUG(string forgeBoxSlug)
|
void |
SETHTML(any html)
|
void |
SETICON(string icon)
|
void |
SETPAGESERVICE(any pageService)
|
void |
SETSECURITYSERVICE(any securityService)
|
array |
getPublicMethods()
|
any |
renderIt()
This is the main renderit method you will need to implement in concrete widgets |
Methods inherited from class coldbox.system.Plugin |
---|
getPluginDescription, getPluginName, getPluginVersion, getRequestCollection, getRequestContext, getpluginAuthor, getpluginAuthorURL, getpluginPath, init, setPluginDescription, setPluginName, setPluginVersion, setpluginAuthor, setpluginAuthorURL
|
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getInterceptor, getMailService, getMailSettings, getMemento, getModel, getModuleSettings, getMyPlugin, getNewMail, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getValidationManager, getfwLocale, includeUDF, loadGlobalUDFLibraries, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists, validateModel
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public any GETAUTHORSERVICE()
public string GETCATEGORY()
public any GETCATEGORYSERVICE()
public any GETCB()
public any GETCOMMENTSERVICE()
public any GETCONTENTSERVICE()
public any GETCONTENTSTORESERVICE()
public any GETCONTENTVERSIONSERVICE()
public any GETENTRYSERVICE()
public string GETFORGEBOXSLUG()
public any GETHTML()
public string GETICON()
public any GETPAGESERVICE()
public any GETSECURITYSERVICE()
public void SETAUTHORSERVICE(any authorService)
authorService
public void SETCATEGORY(string category)
category
public void SETCATEGORYSERVICE(any categoryService)
categoryService
public void SETCB(any cb)
cb
public void SETCOMMENTSERVICE(any commentService)
commentService
public void SETCONTENTSERVICE(any contentService)
contentService
public void SETCONTENTSTORESERVICE(any contentStoreService)
contentStoreService
public void SETCONTENTVERSIONSERVICE(any contentVersionService)
contentVersionService
public void SETENTRYSERVICE(any entryService)
entryService
public void SETFORGEBOXSLUG(string forgeBoxSlug)
forgeBoxSlug
public void SETHTML(any html)
html
public void SETICON(string icon)
icon
public void SETPAGESERVICE(any pageService)
pageService
public void SETSECURITYSERVICE(any securityService)
securityService
public array getPublicMethods()
public any renderIt()
|
ContentBox Core API 1.5.7 | ||||
FRAMES |