Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COMPONENT_FAMILY  
      static java.lang.String COMPONENT_TYPE  
      • Fields inherited from class javax.faces.component.UIComponent

        ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      UIKeynoteItem()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBackgroundColor()  
      java.lang.String getBackgroundImage()  
      java.lang.Double getBackgroundOpacity()  
      java.lang.String getBackgroundPosition()  
      java.lang.String getBackgroundRepeat()  
      java.lang.String getBackgroundSize()  
      java.lang.String getBackgroundVideo()  
      java.lang.String getFamily()  
      java.lang.String getNote()  
      java.lang.String getSeparator()  
      java.lang.String getSeparatorVertical()  
      java.lang.String getStyleClass()  
      java.lang.String getType()  
      java.lang.String getVisibility()  
      java.lang.Boolean isBackgroundVideoLoop()  
      java.lang.Boolean isBackgroundVideoMuted()  
      java.lang.Boolean isMarkdown()  
      void setBackgroundColor​(java.lang.String backgroundColor)  
      void setBackgroundImage​(java.lang.String backgroundImage)  
      void setBackgroundOpacity​(java.lang.Double backgroundOpacity)  
      void setBackgroundPosition​(java.lang.String backgroundPosition)  
      void setBackgroundRepeat​(java.lang.String backgroundRepeat)  
      void setBackgroundSize​(java.lang.String backgroundSize)  
      void setBackgroundVideo​(java.lang.String backgroundVideo)  
      void setBackgroundVideoLoop​(java.lang.Boolean backgroundVideoLoop)  
      void setBackgroundVideoMuted​(java.lang.Boolean backgroundVideoMuted)  
      void setMarkdown​(java.lang.Boolean markdown)  
      void setNote​(java.lang.String note)  
      void setSeparator​(java.lang.String separator)  
      void setSeparatorVertical​(java.lang.String separatorVertical)  
      void setStyleClass​(java.lang.String styleClass)  
      void setType​(java.lang.String type)  
      void setVisibility​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UIKeynoteItem

        public UIKeynoteItem()
    • Method Detail

      • getFamily

        public java.lang.String getFamily()
        Specified by:
        getFamily in class javax.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)