Class SwitchProjection
java.lang.Object
org.pushingpixels.radiance.component.api.common.projection.BlackboxProjection<SwitchContentModel, SwitchPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.BaseProjection<JSwitch, SwitchContentModel, SwitchPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.Projection<JSwitch, SwitchContentModel, SwitchPresentationModel>
org.pushingpixels.radiance.component.api.common.projection.SwitchProjection
public class SwitchProjection
extends Projection<JSwitch, SwitchContentModel, SwitchPresentationModel>
-
Nested Class Summary
Nested classes/interfaces inherited from class Projection
Projection.ComponentSupplier<TC,CC, PC> -
Constructor Summary
ConstructorsConstructorDescriptionSwitchProjection(SwitchContentModel contentModel, SwitchPresentationModel presentationModel) -
Method Summary
Methods inherited from class Projection
buildBaseComponent, getComponentSupplier, setComponentSupplierMethods inherited from class BaseProjection
buildComponent, configureComponentMethods inherited from class BlackboxProjection
getCommandOverlays, getContentModel, getPresentationModel, setCommandOverlays
-
Constructor Details
-
SwitchProjection
-