public interface SurfBug extends ModelObject
A SurfBug object is used for writing debug HTML to the
output stream when SurfBug mode is enabled.
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_SURFBUG_TYPE |
static String |
TYPE_ID |
PROP_DESCRIPTION, PROP_DESCRIPTION_ID, PROP_ID, PROP_TITLE, PROP_TITLE_ID| Modifier and Type | Method and Description |
|---|---|
Component |
getCurrentComponent()
Should return the
Component currently being debugged. |
String |
getSurfBugType() |
boolean |
hasBeenDebugged(Component object)
Should return a boolean value indicating whether or not the supplied
Component
has already been debugged |
void |
setCurrentComponent(Component component)
Should set the
Component currently being debugged. |
void |
setSurfBugType(String surfBugType) |
getBooleanProperty, getCustomProperties, getCustomProperty, getDescription, getDescriptionId, getDocument, getId, getKey, getModelProperties, getModelProperty, getModificationTime, getPersisterId, getProperties, getProperty, getStoragePath, getTitle, getTitleId, getTypeId, isSaved, removeCustomProperty, removeModelProperty, removeProperty, setCustomProperty, setDescription, setDescriptionId, setModelProperty, setProperty, setTitle, setTitleId, touch, toXMLstatic final String TYPE_ID
static final String PROP_SURFBUG_TYPE
String getSurfBugType()
void setSurfBugType(String surfBugType)
void setCurrentComponent(Component component)
Should set the Component currently being debugged.
component - ComponentComponent getCurrentComponent()
Should return the Component currently being debugged.
boolean hasBeenDebugged(Component object)
Should return a boolean value indicating whether or not the supplied Component
has already been debugged
object - ComponentCopyright © 2005–2016 Alfresco Software. All rights reserved.