Class UIKeynoteItem
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- org.primefaces.extensions.component.keynote.UIKeynoteItem
-
- All Implemented Interfaces:
java.util.EventListener,javax.faces.component.PartialStateHolder,javax.faces.component.StateHolder,javax.faces.component.TransientStateHolder,javax.faces.event.ComponentSystemEventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListenerHolder
public class UIKeynoteItem extends javax.faces.component.UIComponentBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classUIKeynoteItem.PropertyKeys
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMPONENT_FAMILYstatic java.lang.StringCOMPONENT_TYPE
-
Constructor Summary
Constructors Constructor Description UIKeynoteItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBackgroundColor()java.lang.StringgetBackgroundImage()java.lang.DoublegetBackgroundOpacity()java.lang.StringgetBackgroundPosition()java.lang.StringgetBackgroundRepeat()java.lang.StringgetBackgroundSize()java.lang.StringgetBackgroundVideo()java.lang.StringgetFamily()java.lang.StringgetNote()java.lang.StringgetSeparator()java.lang.StringgetSeparatorVertical()java.lang.StringgetStyleClass()java.lang.StringgetType()java.lang.StringgetVisibility()java.lang.BooleanisBackgroundVideoLoop()java.lang.BooleanisBackgroundVideoMuted()java.lang.BooleanisMarkdown()voidsetBackgroundColor(java.lang.String backgroundColor)voidsetBackgroundImage(java.lang.String backgroundImage)voidsetBackgroundOpacity(java.lang.Double backgroundOpacity)voidsetBackgroundPosition(java.lang.String backgroundPosition)voidsetBackgroundRepeat(java.lang.String backgroundRepeat)voidsetBackgroundSize(java.lang.String backgroundSize)voidsetBackgroundVideo(java.lang.String backgroundVideo)voidsetBackgroundVideoLoop(java.lang.Boolean backgroundVideoLoop)voidsetBackgroundVideoMuted(java.lang.Boolean backgroundVideoMuted)voidsetMarkdown(java.lang.Boolean markdown)voidsetNote(java.lang.String note)voidsetSeparator(java.lang.String separator)voidsetSeparatorVertical(java.lang.String separatorVertical)voidsetStyleClass(java.lang.String styleClass)voidsetType(java.lang.String type)voidsetVisibility(java.lang.String visibility)-
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
-
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
-
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFamily
public java.lang.String getFamily()
- Specified by:
getFamilyin classjavax.faces.component.UIComponent
-
getBackgroundColor
public java.lang.String getBackgroundColor()
-
setBackgroundColor
public void setBackgroundColor(java.lang.String backgroundColor)
-
getBackgroundImage
public java.lang.String getBackgroundImage()
-
setBackgroundImage
public void setBackgroundImage(java.lang.String backgroundImage)
-
getBackgroundSize
public java.lang.String getBackgroundSize()
-
setBackgroundSize
public void setBackgroundSize(java.lang.String backgroundSize)
-
getBackgroundPosition
public java.lang.String getBackgroundPosition()
-
setBackgroundPosition
public void setBackgroundPosition(java.lang.String backgroundPosition)
-
getBackgroundRepeat
public java.lang.String getBackgroundRepeat()
-
setBackgroundRepeat
public void setBackgroundRepeat(java.lang.String backgroundRepeat)
-
getBackgroundOpacity
public java.lang.Double getBackgroundOpacity()
-
setBackgroundOpacity
public void setBackgroundOpacity(java.lang.Double backgroundOpacity)
-
getBackgroundVideo
public java.lang.String getBackgroundVideo()
-
setBackgroundVideo
public void setBackgroundVideo(java.lang.String backgroundVideo)
-
isBackgroundVideoLoop
public java.lang.Boolean isBackgroundVideoLoop()
-
setBackgroundVideoLoop
public void setBackgroundVideoLoop(java.lang.Boolean backgroundVideoLoop)
-
isBackgroundVideoMuted
public java.lang.Boolean isBackgroundVideoMuted()
-
setBackgroundVideoMuted
public void setBackgroundVideoMuted(java.lang.Boolean backgroundVideoMuted)
-
isMarkdown
public java.lang.Boolean isMarkdown()
-
setMarkdown
public void setMarkdown(java.lang.Boolean markdown)
-
getNote
public java.lang.String getNote()
-
setNote
public void setNote(java.lang.String note)
-
getSeparator
public java.lang.String getSeparator()
-
setSeparator
public void setSeparator(java.lang.String separator)
-
getSeparatorVertical
public java.lang.String getSeparatorVertical()
-
setSeparatorVertical
public void setSeparatorVertical(java.lang.String separatorVertical)
-
getStyleClass
public java.lang.String getStyleClass()
-
setStyleClass
public void setStyleClass(java.lang.String styleClass)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getVisibility
public java.lang.String getVisibility()
-
setVisibility
public void setVisibility(java.lang.String visibility)
-
-