Uses of Class
org.primefaces.model.DialogFrameworkOptions.Builder
Packages that use DialogFrameworkOptions.Builder
-
Uses of DialogFrameworkOptions.Builder in org.primefaces.model
Methods in org.primefaces.model that return DialogFrameworkOptions.BuilderModifier and TypeMethodDescriptionAppends the dialog to the element defined by the given search expression.DialogFrameworkOptions.Builder.blockScroll(boolean blockScroll) Whether to block scrolling of the document when dialog is modal.DialogFrameworkOptions.builder()DialogFrameworkOptions.Builder.closable(boolean closable) Whether the dialog can be closed or not.DialogFrameworkOptions.Builder.closeOnEscape(boolean closeOnEscape) Whether the dialog can be closed with escape key.DialogFrameworkOptions.Builder.contentHeight(String contentHeight) Height of the dialog content.DialogFrameworkOptions.Builder.contentWidth(String contentWidth) Width of the dialog content.DialogFrameworkOptions.Builder.draggable(boolean draggable) When enabled, makes dialog draggable.DialogFrameworkOptions.Builder.dynamic(boolean dynamic) Enables lazy loading of the content with ajax.DialogFrameworkOptions.Builder.fitViewport(boolean fitViewport) Dialog size might exceeed viewport if content is bigger than viewport in terms of height.Defines which component to apply focus by search expression.DialogFrameworkOptions.Builder.headerElement(String headerElement) Client id of the element to display inside header.Height of the dialog.DialogFrameworkOptions.Builder.hideEffect(String hideEffect) Effect to use when hiding the dialogDialogFrameworkOptions.Builder.iframeStyleClass(String iframeStyleClass) One or more CSS classes for the iframe within the dialog.DialogFrameworkOptions.Builder.includeViewParams(boolean includeViewParams) When enabled, includes the view parameters.DialogFrameworkOptions.Builder.maximizable(boolean maximizable) Minimum height of a resizable dialog.DialogFrameworkOptions.Builder.minimizable(boolean minimizable) Makes dialog minimizable.Minimum width of a resizable dialog.DialogFrameworkOptions.Builder.modal(boolean modal) Controls modality of the dialog.Client side callback to execute when dialog is hidden.Client side callback to execute when dialog is displayed.Defines where the dialog should be displayedDialogFrameworkOptions.Builder.resizable(boolean resizable) When enabled, makes dialog resizable.DialogFrameworkOptions.Builder.resizeObserver(boolean resizeObserver) Use ResizeObserver to automatically adjust dialog-height after e.g.DialogFrameworkOptions.Builder.resizeObserverCenter(boolean resizeObserverCenter) Can be used together with resizeObserver = true.DialogFrameworkOptions.Builder.responsive(boolean responsive) In responsive mode, dialog adjusts itself based on screen width.DialogFrameworkOptions.Builder.showEffect(String showEffect) Effect to use when showing the dialogDialogFrameworkOptions.Builder.styleClass(String styleClass) One or more CSS classes for the dialog.Custom widgetVar of the dialog, if not declared it will be automatically created as "id+dlgWidget".Width of the dialog.