Class LogoBuilder
- java.lang.Object
-
- org.dashbuilder.dsl.factory.component.AbstractComponentBuilder<ExternalComponentBuilder>
-
- org.dashbuilder.dsl.factory.component.ExternalComponentBuilder
-
- org.dashbuilder.dsl.factory.component.LogoBuilder
-
public class LogoBuilder extends ExternalComponentBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOGO_HEIGHT_PROPstatic StringLOGO_IDstatic StringLOGO_URL_PROPstatic StringLOGO_WIDTH_PROP
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogoBuildercreate(String src)LogoBuilderheight(String height)LogoBuildersrc(String src)LogoBuilderwidth(String width)-
Methods inherited from class org.dashbuilder.dsl.factory.component.ExternalComponentBuilder
componentProperty, partition
-
Methods inherited from class org.dashbuilder.dsl.factory.component.AbstractComponentBuilder
build, cssProperty, property
-
-
-
-
Field Detail
-
LOGO_ID
public static final String LOGO_ID
- See Also:
- Constant Field Values
-
LOGO_URL_PROP
public static final String LOGO_URL_PROP
- See Also:
- Constant Field Values
-
LOGO_WIDTH_PROP
public static final String LOGO_WIDTH_PROP
- See Also:
- Constant Field Values
-
LOGO_HEIGHT_PROP
public static final String LOGO_HEIGHT_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static LogoBuilder create(String src)
-
src
public LogoBuilder src(String src)
-
width
public LogoBuilder width(String width)
-
height
public LogoBuilder height(String height)
-
-