Package system.web.ui.webcontrols
Class Menu
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IAttributeAccessor
,INamingContainer
,IParserAccessor
,IPostBackEventHandler
public class Menu extends HierarchicalDataBoundControl implements IPostBackEventHandler, INamingContainer
The base .NET class managing System.Web.UI.WebControls.Menu, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.Menu
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.WebControls.Menustatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.web.ui.webcontrols.BaseDataBoundControl
addDataBound, getDataSource, getDataSourceID, removeDataBound, setDataSource, setDataSourceID
-
Methods inherited from class system.web.ui.webcontrols.WebControl
ApplyStyle, CopyBaseAttributes, getAccessKey, getAttributes, getBackColor, getBorderColor, getBorderStyle, getBorderWidth, getControlStyle, getControlStyleCreated, getCssClass, getDisabledCssClass, getEnabled, getFont, getForeColor, getHasAttributes, getHeight, getStyle, getSupportsDisabledAttribute, getTabIndex, getToolTip, getWidth, MergeStyle, setAccessKey, setBackColor, setBorderColor, setBorderStyle, setBorderWidth, setCssClass, setDisabledCssClass, setEnabled, setForeColor, setHeight, setTabIndex, setToolTip, setWidth
-
Methods inherited from class system.web.ui.Control
addDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, Dispose, FindControl, Focus, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, HasControls, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, RenderControl, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IAttributeAccessor
GetAttribute, SetAttribute
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
Methods inherited from interface system.web.ui.IPostBackEventHandler
RaisePostBackEvent
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.Menu- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIAttributeAccessor
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceINamingContainer
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- Specified by:
getJCOAssemblyName
in interfaceIPostBackEventHandler
- Overrides:
getJCOAssemblyName
in classHierarchicalDataBoundControl
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIAttributeAccessor
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceINamingContainer
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- Specified by:
getJCOClassName
in interfaceIPostBackEventHandler
- Overrides:
getJCOClassName
in classHierarchicalDataBoundControl
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIAttributeAccessor
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceINamingContainer
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- Specified by:
getJCOObjectName
in interfaceIPostBackEventHandler
- Overrides:
getJCOObjectName
in classHierarchicalDataBoundControl
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIAttributeAccessor
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceINamingContainer
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- Specified by:
getJCOInstance
in interfaceIPostBackEventHandler
- Overrides:
getJCOInstance
in classHierarchicalDataBoundControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classHierarchicalDataBoundControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIAttributeAccessor
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceINamingContainer
- Specified by:
getJCOType
in interfaceIParserAccessor
- Specified by:
getJCOType
in interfaceIPostBackEventHandler
- Overrides:
getJCOType
in classHierarchicalDataBoundControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Menu cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoMenu
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Menu
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
FindItem
public MenuItem FindItem(java.lang.String valuePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
DataBind
public void DataBind() throws java.lang.Throwable
- Overrides:
DataBind
in classBaseDataBoundControl
- Throws:
java.lang.Throwable
-
RenderBeginTag
public void RenderBeginTag(HtmlTextWriter writer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ConfigurationErrorsException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException
- Overrides:
RenderBeginTag
in classWebControl
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ConfigurationErrorsException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
MissingManifestResourceException
ObjectDisposedException
ConfigurationException
-
RenderEndTag
public void RenderEndTag(HtmlTextWriter writer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ConfigurationErrorsException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException
- Overrides:
RenderEndTag
in classWebControl
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ConfigurationErrorsException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
MissingManifestResourceException
ObjectDisposedException
ConfigurationException
-
getDynamicEnableDefaultPopOutImage
public boolean getDynamicEnableDefaultPopOutImage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDynamicEnableDefaultPopOutImage
public void setDynamicEnableDefaultPopOutImage(boolean DynamicEnableDefaultPopOutImage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getIncludeStyleBlock
public boolean getIncludeStyleBlock() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIncludeStyleBlock
public void setIncludeStyleBlock(boolean IncludeStyleBlock) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getItemWrap
public boolean getItemWrap() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setItemWrap
public void setItemWrap(boolean ItemWrap) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStaticEnableDefaultPopOutImage
public boolean getStaticEnableDefaultPopOutImage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStaticEnableDefaultPopOutImage
public void setStaticEnableDefaultPopOutImage(boolean StaticEnableDefaultPopOutImage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getPathSeparator
public char getPathSeparator() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPathSeparator
public void setPathSeparator(char PathSeparator) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDisappearAfter
public int getDisappearAfter() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDisappearAfter
public void setDisappearAfter(int DisappearAfter) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getDynamicHorizontalOffset
public int getDynamicHorizontalOffset() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDynamicHorizontalOffset
public void setDynamicHorizontalOffset(int DynamicHorizontalOffset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDynamicVerticalOffset
public int getDynamicVerticalOffset() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDynamicVerticalOffset
public void setDynamicVerticalOffset(int DynamicVerticalOffset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getMaximumDynamicDisplayLevels
public int getMaximumDynamicDisplayLevels() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setMaximumDynamicDisplayLevels
public void setMaximumDynamicDisplayLevels(int MaximumDynamicDisplayLevels) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getStaticDisplayLevels
public int getStaticDisplayLevels() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStaticDisplayLevels
public void setStaticDisplayLevels(int StaticDisplayLevels) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getDynamicBottomSeparatorImageUrl
public java.lang.String getDynamicBottomSeparatorImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDynamicBottomSeparatorImageUrl
public void setDynamicBottomSeparatorImageUrl(java.lang.String DynamicBottomSeparatorImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDynamicItemFormatString
public java.lang.String getDynamicItemFormatString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDynamicItemFormatString
public void setDynamicItemFormatString(java.lang.String DynamicItemFormatString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDynamicPopOutImageTextFormatString
public java.lang.String getDynamicPopOutImageTextFormatString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDynamicPopOutImageTextFormatString
public void setDynamicPopOutImageTextFormatString(java.lang.String DynamicPopOutImageTextFormatString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDynamicPopOutImageUrl
public java.lang.String getDynamicPopOutImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDynamicPopOutImageUrl
public void setDynamicPopOutImageUrl(java.lang.String DynamicPopOutImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDynamicTopSeparatorImageUrl
public java.lang.String getDynamicTopSeparatorImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDynamicTopSeparatorImageUrl
public void setDynamicTopSeparatorImageUrl(java.lang.String DynamicTopSeparatorImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getScrollDownImageUrl
public java.lang.String getScrollDownImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setScrollDownImageUrl
public void setScrollDownImageUrl(java.lang.String ScrollDownImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getScrollDownText
public java.lang.String getScrollDownText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setScrollDownText
public void setScrollDownText(java.lang.String ScrollDownText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getScrollUpImageUrl
public java.lang.String getScrollUpImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setScrollUpImageUrl
public void setScrollUpImageUrl(java.lang.String ScrollUpImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getScrollUpText
public java.lang.String getScrollUpText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setScrollUpText
public void setScrollUpText(java.lang.String ScrollUpText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSelectedValue
public java.lang.String getSelectedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSkipLinkText
public java.lang.String getSkipLinkText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSkipLinkText
public void setSkipLinkText(java.lang.String SkipLinkText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStaticBottomSeparatorImageUrl
public java.lang.String getStaticBottomSeparatorImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStaticBottomSeparatorImageUrl
public void setStaticBottomSeparatorImageUrl(java.lang.String StaticBottomSeparatorImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStaticItemFormatString
public java.lang.String getStaticItemFormatString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStaticItemFormatString
public void setStaticItemFormatString(java.lang.String StaticItemFormatString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStaticPopOutImageTextFormatString
public java.lang.String getStaticPopOutImageTextFormatString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStaticPopOutImageTextFormatString
public void setStaticPopOutImageTextFormatString(java.lang.String StaticPopOutImageTextFormatString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStaticPopOutImageUrl
public java.lang.String getStaticPopOutImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStaticPopOutImageUrl
public void setStaticPopOutImageUrl(java.lang.String StaticPopOutImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStaticTopSeparatorImageUrl
public java.lang.String getStaticTopSeparatorImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStaticTopSeparatorImageUrl
public void setStaticTopSeparatorImageUrl(java.lang.String StaticTopSeparatorImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getTarget
public java.lang.String getTarget() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setTarget
public void setTarget(java.lang.String Target) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDynamicItemTemplate
public ITemplate getDynamicItemTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDynamicItemTemplate
public void setDynamicItemTemplate(ITemplate DynamicItemTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStaticItemTemplate
public ITemplate getStaticItemTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStaticItemTemplate
public void setStaticItemTemplate(ITemplate StaticItemTemplate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectedItem
public MenuItem getSelectedItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataBindings
public MenuItemBindingCollection getDataBindings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getItems
public MenuItemCollection getItems() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDynamicMenuItemStyle
public MenuItemStyle getDynamicMenuItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getDynamicSelectedStyle
public MenuItemStyle getDynamicSelectedStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getStaticMenuItemStyle
public MenuItemStyle getStaticMenuItemStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getStaticSelectedStyle
public MenuItemStyle getStaticSelectedStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getLevelMenuItemStyles
public MenuItemStyleCollection getLevelMenuItemStyles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLevelSelectedStyles
public MenuItemStyleCollection getLevelSelectedStyles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRenderingMode
public MenuRenderingMode getRenderingMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRenderingMode
public void setRenderingMode(MenuRenderingMode RenderingMode) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getOrientation
public Orientation getOrientation() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setOrientation
public void setOrientation(Orientation Orientation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDynamicHoverStyle
public Style getDynamicHoverStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getStaticHoverStyle
public Style getStaticHoverStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getDynamicMenuStyle
public SubMenuStyle getDynamicMenuStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getStaticMenuStyle
public SubMenuStyle getStaticMenuStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getLevelSubMenuStyles
public SubMenuStyleCollection getLevelSubMenuStyles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStaticSubMenuIndent
public Unit getStaticSubMenuIndent() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStaticSubMenuIndent
public void setStaticSubMenuIndent(Unit StaticSubMenuIndent) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
addMenuItemClick
public void addMenuItemClick(MenuEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMenuItemClick
public void removeMenuItemClick(MenuEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMenuItemDataBound
public void addMenuItemDataBound(MenuEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMenuItemDataBound
public void removeMenuItemDataBound(MenuEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-