Package org. pushingpixels. aurora. component. projection
Types
Link copied to clipboard
class CheckBoxProjection(contentModel: SelectorContentModel, presentationModel: SelectorPresentationModel)
Content copied to clipboard
Link copied to clipboard
class CircularProgressProjection(contentModel: ProgressIndeterminateContentModel, presentationModel: ProgressCircularPresentationModel)
Content copied to clipboard
Link copied to clipboard
class ComboBoxProjection<E>(contentModel: ComboBoxContentModel<E>, presentationModel: ComboBoxPresentationModel<E>)
Content copied to clipboard
Link copied to clipboard
class CommandButtonPanelProjection(contentModel: CommandPanelContentModel, presentationModel: CommandPanelPresentationModel, overlays: Map<Command, CommandButtonPresentationModel.Overlay>?)
Content copied to clipboard
Link copied to clipboard
class CommandButtonProjection(contentModel: Command, presentationModel: CommandButtonPresentationModel, overlays: Map<Command, CommandButtonPresentationModel.Overlay>?)
Content copied to clipboard
Link copied to clipboard
class CommandButtonStripProjection(contentModel: CommandGroup, presentationModel: CommandStripPresentationModel, overlays: Map<Command, CommandButtonPresentationModel.Overlay>?)
Content copied to clipboard
Link copied to clipboard
class DeterminateLinearProgressProjection(contentModel: ProgressDeterminateContentModel, presentationModel: ProgressLinearPresentationModel)
Content copied to clipboard
Link copied to clipboard
class HorizontalSeparatorProjection(contentModel: SeparatorContentModel, presentationModel: SeparatorPresentationModel)
Content copied to clipboard
Link copied to clipboard
class IconProjection(contentModel: IconContentModel, presentationModel: IconPresentationModel)
Content copied to clipboard
Link copied to clipboard
class IndeterminateLinearProgressProjection(contentModel: ProgressIndeterminateContentModel, presentationModel: ProgressLinearPresentationModel)
Content copied to clipboard
Link copied to clipboard
class LabelProjection(contentModel: LabelContentModel, presentationModel: LabelPresentationModel)
Content copied to clipboard
Link copied to clipboard
class RadioButtonProjection(contentModel: SelectorContentModel, presentationModel: SelectorPresentationModel)
Content copied to clipboard
Link copied to clipboard
class SliderProjection(contentModel: SliderContentModel, presentationModel: SliderPresentationModel)
Content copied to clipboard
Link copied to clipboard
class TextFieldStringProjection(contentModel: TextFieldStringContentModel, presentationModel: TextFieldPresentationModel)
Content copied to clipboard
Link copied to clipboard
class TextFieldValueProjection(contentModel: TextFieldValueContentModel, presentationModel: TextFieldPresentationModel)
Content copied to clipboard
Link copied to clipboard
class VerticalSeparatorProjection(contentModel: SeparatorContentModel, presentationModel: SeparatorPresentationModel)
Content copied to clipboard