Class UIKeynoteItem

java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.primefaces.extensions.component.keynote.UIKeynoteItem
All Implemented Interfaces:
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 Details

  • Constructor Details

    • UIKeynoteItem

      public UIKeynoteItem()
  • Method Details

    • getFamily

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

      public String getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
    • getBackgroundImage

      public String getBackgroundImage()
    • setBackgroundImage

      public void setBackgroundImage(String backgroundImage)
    • getBackgroundSize

      public String getBackgroundSize()
    • setBackgroundSize

      public void setBackgroundSize(String backgroundSize)
    • getBackgroundPosition

      public String getBackgroundPosition()
    • setBackgroundPosition

      public void setBackgroundPosition(String backgroundPosition)
    • getBackgroundRepeat

      public String getBackgroundRepeat()
    • setBackgroundRepeat

      public void setBackgroundRepeat(String backgroundRepeat)
    • getBackgroundOpacity

      public Double getBackgroundOpacity()
    • setBackgroundOpacity

      public void setBackgroundOpacity(Double backgroundOpacity)
    • getBackgroundVideo

      public String getBackgroundVideo()
    • setBackgroundVideo

      public void setBackgroundVideo(String backgroundVideo)
    • isBackgroundVideoLoop

      public Boolean isBackgroundVideoLoop()
    • setBackgroundVideoLoop

      public void setBackgroundVideoLoop(Boolean backgroundVideoLoop)
    • isBackgroundVideoMuted

      public Boolean isBackgroundVideoMuted()
    • setBackgroundVideoMuted

      public void setBackgroundVideoMuted(Boolean backgroundVideoMuted)
    • isMarkdown

      public Boolean isMarkdown()
    • setMarkdown

      public void setMarkdown(Boolean markdown)
    • getNote

      public String getNote()
    • setNote

      public void setNote(String note)
    • getSeparator

      public String getSeparator()
    • setSeparator

      public void setSeparator(String separator)
    • getSeparatorVertical

      public String getSeparatorVertical()
    • setSeparatorVertical

      public void setSeparatorVertical(String separatorVertical)
    • getStyleClass

      public String getStyleClass()
    • setStyleClass

      public void setStyleClass(String styleClass)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getVisibility

      public String getVisibility()
    • setVisibility

      public void setVisibility(String visibility)