Package org. pushingpixels. aurora. component. projection
Types
Check Box Projection
Link copied to clipboard
class CheckBoxProjection(contentModel: SelectorContentModel, presentationModel: SelectorPresentationModel)
Content copied to clipboard
Circular Progress Projection
Link copied to clipboard
class CircularProgressProjection(contentModel: ProgressIndeterminateContentModel, presentationModel: ProgressCircularPresentationModel)
Content copied to clipboard
Combo Box Projection
Link copied to clipboard
class ComboBoxProjection<E>(contentModel: ComboBoxContentModel<E>, presentationModel: ComboBoxPresentationModel<E>)
Content copied to clipboard
Command Button Panel Projection
Link copied to clipboard
class CommandButtonPanelProjection(contentModel: CommandPanelContentModel, presentationModel: CommandPanelPresentationModel, overlays: Map<Command, CommandButtonPresentationModel.Overlay>?)
Content copied to clipboard
Command Button Projection
Link copied to clipboard
class CommandButtonProjection(contentModel: Command, presentationModel: CommandButtonPresentationModel, overlays: Map<Command, CommandButtonPresentationModel.Overlay>?)
Content copied to clipboard
Command Button Strip Projection
Link copied to clipboard
class CommandButtonStripProjection(contentModel: CommandGroup, presentationModel: CommandStripPresentationModel, overlays: Map<Command, CommandButtonPresentationModel.Overlay>?)
Content copied to clipboard
Determinate Linear Progress Projection
Link copied to clipboard
class DeterminateLinearProgressProjection(contentModel: ProgressDeterminateContentModel, presentationModel: ProgressLinearPresentationModel)
Content copied to clipboard
Horizontal Separator Projection
Link copied to clipboard
class HorizontalSeparatorProjection(contentModel: SeparatorContentModel, presentationModel: SeparatorPresentationModel)
Content copied to clipboard
Icon Projection
Link copied to clipboard
class IconProjection(contentModel: IconContentModel, presentationModel: IconPresentationModel)
Content copied to clipboard
Indeterminate Linear Progress Projection
Link copied to clipboard
class IndeterminateLinearProgressProjection(contentModel: ProgressIndeterminateContentModel, presentationModel: ProgressLinearPresentationModel)
Content copied to clipboard
Label Projection
Link copied to clipboard
class LabelProjection(contentModel: LabelContentModel, presentationModel: LabelPresentationModel)
Content copied to clipboard
Radio Button Projection
Link copied to clipboard
class RadioButtonProjection(contentModel: SelectorContentModel, presentationModel: SelectorPresentationModel)
Content copied to clipboard
Slider Projection
Link copied to clipboard
class SliderProjection(contentModel: SliderContentModel, presentationModel: SliderPresentationModel)
Content copied to clipboard
Text Field String Projection
Link copied to clipboard
class TextFieldStringProjection(contentModel: TextFieldStringContentModel, presentationModel: TextFieldPresentationModel)
Content copied to clipboard
Text Field Value Projection
Link copied to clipboard
class TextFieldValueProjection(contentModel: TextFieldValueContentModel, presentationModel: TextFieldPresentationModel)
Content copied to clipboard
Vertical Separator Projection
Link copied to clipboard
class VerticalSeparatorProjection(contentModel: SeparatorContentModel, presentationModel: SeparatorPresentationModel)
Content copied to clipboard