public class LogoBuilder extends ExternalComponentBuilder
| Modifier and Type | Field and Description |
|---|---|
static String |
LOGO_HEIGHT_PROP |
static String |
LOGO_ID |
static String |
LOGO_URL_PROP |
static String |
LOGO_WIDTH_PROP |
| Modifier and Type | Method and Description |
|---|---|
static LogoBuilder |
create(String src) |
LogoBuilder |
height(String height) |
LogoBuilder |
src(String src) |
LogoBuilder |
width(String width) |
componentProperty, partitionbuild, cssProperty, propertypublic static final String LOGO_ID
public static final String LOGO_URL_PROP
public static final String LOGO_WIDTH_PROP
public static final String LOGO_HEIGHT_PROP
public static LogoBuilder create(String src)
public LogoBuilder src(String src)
public LogoBuilder width(String width)
public LogoBuilder height(String height)
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.