|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro HorizontalGutter API. The HorizontalGutter UI element helps you to structure the layout and the text parts of Web Dynpro screen, similar to the HTML tag <hr>. You use it to insert additional, vertical spaces between UI elements and to group together elements and texts that belong together
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static boolean |
DEFAULT_HAS_RULE
Default value of the hasRule property is true. |
static WDHorizontalDividerRuleHeight |
DEFAULT_HEIGHT
Default value of the height property is WDHorizontalDividerRuleHeight.MEDIUM. |
static WDHorizontalGutterRuleType |
DEFAULT_RULE_TYPE
Default value of the ruleType property is WDHorizontalGutterRuleType.AREA_RULE. |
static String |
DEFAULT_WIDTH
Default value of the width property is "100%". |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
void |
bindHasRule(IWDAttributeInfo attributeInfo)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Use attribute ruleType instead. DisplayType=none is equivalent to hasRule=false and displayType=areaRule is equivalent to hasRule=true. |
void |
bindHasRule(String path)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Use attribute ruleType instead. DisplayType=none is equivalent to hasRule=false and displayType=areaRule is equivalent to hasRule=true. |
void |
bindHeight(IWDAttributeInfo attributeInfo)
Binds the height property to the context attribute specified by the given attribute info. |
void |
bindHeight(String path)
Binds the height property to the context attribute specified by the given path. |
String |
bindingOfHasRule()
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Use attribute ruleType instead. DisplayType=none is equivalent to hasRule=false and displayType=areaRule is equivalent to hasRule=true. |
String |
bindingOfHeight()
Returns the binding path of the height property. |
String |
bindingOfRuleType()
Returns the binding path of the ruleType property. |
String |
bindingOfWidth()
Returns the binding path of the width property. |
void |
bindRuleType(IWDAttributeInfo attributeInfo)
Binds the ruleType property to the context attribute specified by the given attribute info. |
void |
bindRuleType(String path)
Binds the ruleType property to the context attribute specified by the given path. |
void |
bindWidth(IWDAttributeInfo attributeInfo)
Binds the width property to the context attribute specified by the given attribute info. |
void |
bindWidth(String path)
Binds the width property to the context attribute specified by the given path. |
boolean |
getHasRule()
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Use attribute ruleType instead. DisplayType=none is equivalent to hasRule=false and displayType=areaRule is equivalent to hasRule=true. |
WDHorizontalDividerRuleHeight |
getHeight()
Returns the value of the height property.
|
WDHorizontalGutterRuleType |
getRuleType()
Returns the value of the ruleType property.
|
String |
getWidth()
Returns the value of the width property.
|
void |
setHasRule(boolean value)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Use attribute ruleType instead. DisplayType=none is equivalent to hasRule=false and displayType=areaRule is equivalent to hasRule=true. |
void |
setHeight(WDHorizontalDividerRuleHeight value)
Sets the height property to the given value. |
void |
setRuleType(WDHorizontalGutterRuleType value)
Sets the ruleType property to the given value. |
void |
setWidth(String value)
Sets the width property to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final boolean DEFAULT_HAS_RULE
hasRule property is true.
public static final WDHorizontalDividerRuleHeight DEFAULT_HEIGHT
height property is WDHorizontalDividerRuleHeight.MEDIUM.
public static final WDHorizontalGutterRuleType DEFAULT_RULE_TYPE
ruleType property is WDHorizontalGutterRuleType.AREA_RULE.
public static final String DEFAULT_WIDTH
width property is "100%".
| Method Detail |
public void bindHasRule(String path)
hasRule property to the context attribute specified by the given path.
path - the context path of the attribute to which the hasRule property will be boundpublic void bindHasRule(IWDAttributeInfo attributeInfo)
hasRule property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the hasRule property will be boundpublic String bindingOfHasRule()
hasRule property.
hasRule property is currently boundpublic boolean getHasRule()
hasRule property.
The initial value is true.
hasRule propertysetHasRule(boolean)public void setHasRule(boolean value)
hasRule property to the given value.
value - the new value of the hasRule propertygetHasRule()public void bindHeight(String path)
height property to the context attribute specified by the given path.
path - the context path of the attribute to which the height property will be boundpublic void bindHeight(IWDAttributeInfo attributeInfo)
height property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the height property will be boundpublic String bindingOfHeight()
height property.
height property is currently boundpublic WDHorizontalDividerRuleHeight getHeight()
height property.
The initial value is WDHorizontalDividerRuleHeight.MEDIUM.
height propertysetHeight(WDHorizontalDividerRuleHeight)public void setHeight(WDHorizontalDividerRuleHeight value)
height property to the given value.
value - the new value of the height propertygetHeight()public void bindRuleType(String path)
ruleType property to the context attribute specified by the given path.
path - the context path of the attribute to which the ruleType property will be boundpublic void bindRuleType(IWDAttributeInfo attributeInfo)
ruleType property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the ruleType property will be boundpublic String bindingOfRuleType()
ruleType property.
ruleType property is currently boundpublic WDHorizontalGutterRuleType getRuleType()
ruleType property.
The initial value is WDHorizontalGutterRuleType.AREA_RULE.
ruleType propertysetRuleType(WDHorizontalGutterRuleType)public void setRuleType(WDHorizontalGutterRuleType value)
ruleType property to the given value.
value - the new value of the ruleType propertygetRuleType()public void bindWidth(String path)
width property to the context attribute specified by the given path.
path - the context path of the attribute to which the width property will be boundpublic void bindWidth(IWDAttributeInfo attributeInfo)
width property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the width property will be boundpublic String bindingOfWidth()
width property.
width property is currently boundpublic String getWidth()
width property.
The initial value is "100%".
width propertysetWidth(String)public void setWidth(String value)
width property to the given value.
value - the new value of the width propertygetWidth()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||