java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.primefaces.extensions.component.base.AbstractDynamicData
org.primefaces.extensions.component.keynote.Keynote
All Implemented Interfaces:
EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.NamingContainer, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.UniqueIdVendor, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, org.primefaces.component.api.PrimeClientBehaviorHolder, org.primefaces.component.api.Widget

public class Keynote extends AbstractDynamicData implements org.primefaces.component.api.Widget, javax.faces.component.behavior.ClientBehaviorHolder, org.primefaces.component.api.PrimeClientBehaviorHolder
  • Field Details

  • Constructor Details

    • Keynote

      public Keynote()
  • Method Details

    • getBehaviorEventMapping

      public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
      Specified by:
      getBehaviorEventMapping in interface org.primefaces.component.api.PrimeClientBehaviorHolder
    • getEventNames

      public Collection<String> getEventNames()
      Specified by:
      getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
      Overrides:
      getEventNames in class javax.faces.component.UIComponentBase
    • getDefaultEventName

      public String getDefaultEventName()
      Specified by:
      getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
      Overrides:
      getDefaultEventName in class javax.faces.component.UIComponentBase
    • getFamily

      public String getFamily()
      Specified by:
      getFamily in class javax.faces.component.UIComponent
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int height)
    • getMargin

      public Double getMargin()
    • setMargin

      public void setMargin(Double margin)
    • getMinScale

      public Double getMinScale()
    • setMinScale

      public void setMinScale(Double minScale)
    • getMaxScale

      public Double getMaxScale()
    • setMaxScale

      public void setMaxScale(Double maxScale)
    • getAutoSlide

      public int getAutoSlide()
    • setAutoSlide

      public void setAutoSlide(int autoSlide)
    • isCenter

      public Boolean isCenter()
    • setCenter

      public void setCenter(Boolean center)
    • isControls

      public Boolean isControls()
    • setControls

      public void setControls(Boolean controls)
    • isDisableLayout

      public Boolean isDisableLayout()
    • setDisableLayout

      public void setDisableLayout(Boolean disableLayout)
    • isEmbedded

      public Boolean isEmbedded()
    • setEmbedded

      public void setEmbedded(Boolean embedded)
    • isLoop

      public Boolean isLoop()
    • setLoop

      public void setLoop(Boolean loop)
    • getNavigationMode

      public String getNavigationMode()
    • setNavigationMode

      public void setNavigationMode(String navigationMode)
    • isProgress

      public Boolean isProgress()
    • setProgress

      public void setProgress(Boolean progress)
    • isShowNotes

      public Boolean isShowNotes()
    • setShowNotes

      public void setShowNotes(Boolean showNotes)
    • getSlideNumber

      public String getSlideNumber()
    • setSlideNumber

      public void setSlideNumber(String slideNumber)
    • isTouch

      public Boolean isTouch()
    • setTouch

      public void setTouch(Boolean touch)
    • getTransition

      public String getTransition()
    • setTransition

      public void setTransition(String transition)
    • getTransitionSpeed

      public String getTransitionSpeed()
    • setTransitionSpeed

      public void setTransitionSpeed(String transitionSpeed)
    • getBackgroundTransition

      public String getBackgroundTransition()
    • setBackgroundTransition

      public void setBackgroundTransition(String backgroundTransition)
    • getTheme

      public String getTheme()
    • setTheme

      public void setTheme(String theme)
    • getLibrary

      public String getLibrary()
    • setLibrary

      public void setLibrary(String library)
    • getWidgetVar

      public String getWidgetVar()
    • setWidgetVar

      public void setWidgetVar(String widgetVar)
    • getStyle

      public String getStyle()
    • setStyle

      public void setStyle(String style)
    • getStyleClass

      public String getStyleClass()
    • setStyleClass

      public void setStyleClass(String styleClass)
    • queueEvent

      public void queueEvent(javax.faces.event.FacesEvent event)
      Overrides:
      queueEvent in class AbstractDynamicData
    • getItem

      public UIKeynoteItem getItem(String type)
    • getItems

      protected Map<String,UIKeynoteItem> getItems()
    • checkModelInstance

      protected static void checkModelInstance(Object value)
    • findData

      protected KeyData findData(String key)
      Description copied from class: AbstractDynamicData
      Finds instance of KeyData by corresponding key.
      Specified by:
      findData in class AbstractDynamicData
      Parameters:
      key - unique key
      Returns:
      KeyData found data
    • processChildren

      protected void processChildren(javax.faces.context.FacesContext context, javax.faces.event.PhaseId phaseId)
      Description copied from class: AbstractDynamicData
      Processes children components during processDecodes(), processValidators(), processUpdates().
      Specified by:
      processChildren in class AbstractDynamicData
      Parameters:
      context - faces context FacesContext
      phaseId - current JSF phase id
    • visitChildren

      protected boolean visitChildren(javax.faces.component.visit.VisitContext context, javax.faces.component.visit.VisitCallback callback)
      Description copied from class: AbstractDynamicData
      Visits children components during visitTree().
      Specified by:
      visitChildren in class AbstractDynamicData
      Parameters:
      context - visit context VisitContext
      callback - visit callback VisitCallback
      Returns:
      boolean true - indicates that the children's visit is complete (e.g. all components that need to be visited have been visited), false - otherwise.
    • invokeOnChildren

      protected boolean invokeOnChildren(javax.faces.context.FacesContext context, String clientId, javax.faces.component.ContextCallback callback)
      Description copied from class: AbstractDynamicData
      Searches a child component with the given clientId during invokeOnComponent() and invokes the callback on it if found.
      Specified by:
      invokeOnChildren in class AbstractDynamicData
      Parameters:
      context - faces context FacesContext
      clientId - client Id
      callback - ContextCallback
      Returns:
      boolean true - child component was found, else - otherwise
    • saveState

      public Object saveState(javax.faces.context.FacesContext context)
      Specified by:
      saveState in interface javax.faces.component.StateHolder
      Overrides:
      saveState in class AbstractDynamicData