Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.standard.api
Interface IWDHorizontalGutter

All Superinterfaces:
IWDUIElement, IWDViewElement

public interface IWDHorizontalGutter
extends IWDUIElement

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!


Field Summary
static boolean DEFAULT_HAS_RULE
          Default value of property hasRule.
static WDHorizontalDividerRuleHeight DEFAULT_HEIGHT
          Default value of property height.
static java.lang.String DEFAULT_WIDTH
          Default value of property width.
 
Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE
 
Method Summary
 void bindHasRule(IWDAttributeInfo attributeInfo)
          Binds property hasRule to the context attribute specified by the given attribute info.
 void bindHasRule(java.lang.String path)
          Binds property hasRule to the context attribute specified by path.
 void bindHeight(IWDAttributeInfo attributeInfo)
          Binds property height to the context attribute specified by the given attribute info.
 void bindHeight(java.lang.String path)
          Binds property height to the context attribute specified by path.
 java.lang.String bindingOfHasRule()
          Binding path of property hasRule.
 java.lang.String bindingOfHeight()
          Binding path of property height.
 java.lang.String bindingOfWidth()
          Binding path of property width.
 void bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void bindWidth(java.lang.String path)
          Binds property width to the context attribute specified by path.
 boolean getHasRule()
          Returns the value of the hasRule property.
 WDHorizontalDividerRuleHeight getHeight()
          Returns the value of the height property.
 java.lang.String getWidth()
          Returns the value of the width property.
 void setHasRule(boolean value)
          Sets property hasRule to the new value.
 void setHeight(WDHorizontalDividerRuleHeight value)
          Sets property height to the new value.
 void setWidth(java.lang.String value)
          Sets property width to the new 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
getId, getView, requestFocus
 

Field Detail

DEFAULT_HAS_RULE

public static final boolean DEFAULT_HAS_RULE
Default value of property hasRule.

DEFAULT_HEIGHT

public static final WDHorizontalDividerRuleHeight DEFAULT_HEIGHT
Default value of property height.

DEFAULT_WIDTH

public static final java.lang.String DEFAULT_WIDTH
Default value of property width.
Method Detail

bindHasRule

public void bindHasRule(java.lang.String path)
Binds property hasRule to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the hasRule property is bound

bindHasRule

public void bindHasRule(IWDAttributeInfo attributeInfo)
Binds property hasRule to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the hasRule property is bound

bindingOfHasRule

public java.lang.String bindingOfHasRule()
Binding path of property hasRule.
Returns:
the path of the context attribute to which the hasRule is currently bound

getHasRule

public boolean getHasRule()
Returns the value of the hasRule property. The initial value is true. Specifies whether the UI element is displayed with a line.
Returns:
the current value of the hasRule property
See Also:
setHasRule(boolean)

setHasRule

public void setHasRule(boolean value)
Sets property hasRule to the new value.
Parameters:
value - the new value of the hasRule property
See Also:
getHasRule()

bindHeight

public void bindHeight(java.lang.String path)
Binds property height to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the height property is bound

bindHeight

public void bindHeight(IWDAttributeInfo attributeInfo)
Binds property height to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the height property is bound

bindingOfHeight

public java.lang.String bindingOfHeight()
Binding path of property height.
Returns:
the path of the context attribute to which the height is currently bound

getHeight

public WDHorizontalDividerRuleHeight getHeight()
Returns the value of the height property. The initial value is WDHorizontalDividerRuleHeight.MEDIUM. Specifies the height of the HorizontalGutter UI element.
Returns:
the current value of the height property
See Also:
setHeight(WDHorizontalDividerRuleHeight)

setHeight

public void setHeight(WDHorizontalDividerRuleHeight value)
Sets property height to the new value.
Parameters:
value - the new value of the height property
See Also:
getHeight()

bindWidth

public void bindWidth(java.lang.String path)
Binds property width to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the width property is bound

bindWidth

public void bindWidth(IWDAttributeInfo attributeInfo)
Binds property width to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the width property is bound

bindingOfWidth

public java.lang.String bindingOfWidth()
Binding path of property width.
Returns:
the path of the context attribute to which the width is currently bound

getWidth

public java.lang.String getWidth()
Returns the value of the width property. The initial value is "100%". Specifies the width in CSS units such as em, ex, pixel, or percentage.
Returns:
the current value of the width property
See Also:
setWidth(String)

setWidth

public void setWidth(java.lang.String value)
Sets property width to the new value.
Parameters:
value - the new value of the width property
See Also:
getWidth()

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15