Package system.windows.forms
Class ListView
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.Control
-
- system.windows.forms.ListView
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDropTarget
public class ListView extends Control
The base .NET class managing System.Windows.Forms.ListView, System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ListView
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.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.ListViewstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.windows.forms.Control
addAutoSizeChanged, addBackColorChanged, addBackgroundImageChanged, addBindingContextChanged, addCausesValidationChanged, addChangeUICues, addClick, addClientSizeChanged, addContextMenuStripChanged, addControlAdded, addControlRemoved, addCursorChanged, addDataContextChanged, addDockChanged, addDoubleClick, addDpiChangedAfterParent, addDpiChangedBeforeParent, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addEnter, addFontChanged, addForeColorChanged, addGiveFeedback, addGotFocus, addHandleCreated, addHandleDestroyed, addHelpRequested, addImeModeChanged, addInvalidated, addKeyDown, addKeyPress, addKeyUp, addLayout, addLeave, addLocationChanged, addLostFocus, addMarginChanged, addMouseCaptureChanged, addMouseClick, addMouseDoubleClick, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addMouseWheel, addMove, addParentChanged, addPreviewKeyDown, addQueryAccessibilityHelp, addQueryContinueDrag, addRegionChanged, addResize, addRightToLeftChanged, addSizeChanged, addStyleChanged, addSystemColorsChanged, addTabIndexChanged, addTabStopChanged, addValidated, addValidating, addVisibleChanged, BeginInvoke, BringToFront, Contains, CreateControl, CreateGraphics, DoDragDrop, DoDragDrop, DrawToBitmap, EndInvoke, FindForm, Focus, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAllowDrop, getAnchor, getAutoScrollOffset, getAutoSize, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBindingContext, getBottom, getBounds, getCanFocus, getCanSelect, getCapture, getCausesValidation, getCheckForIllegalCrossThreadCalls, GetChildAtPoint, GetChildAtPoint, getClientRectangle, getClientSize, getCompanyName, GetContainerControl, getContainsFocus, getContextMenuStrip, getCreated, getCursor, getDataBindings, getDataContext, getDefaultBackColor, getDefaultFont, getDefaultForeColor, getDeviceDpi, getDisplayRectangle, getDisposing, getDock, getEnabled, getFocused, getFont, getForeColor, getHasChildren, getHeight, getImeMode, getInvokeRequired, getIsAccessible, getIsAncestorSiteInDesignMode, getIsDisposed, getIsHandleCreated, getIsMirrored, getLayoutEngine, getLeft, getLocation, getMargin, getMaximumSize, getMinimumSize, getModifierKeys, getMouseButtons, getMousePosition, getName, GetNextControl, getParent, getPreferredSize, GetPreferredSize, getProductName, getProductVersion, getRecreatingHandle, getRegion, getRight, getRightToLeft, getSize, getTabIndex, getTabStop, getTag, getText, getTop, getTopLevelControl, getUseWaitCursor, getVisible, getWidth, getWindowTarget, Hide, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invoke, InvokeAsync, IsKeyLocked, IsMnemonic, LogicalToDeviceUnits, LogicalToDeviceUnits, PerformLayout, PerformLayout, PointToClient, PointToScreen, PreProcessControlMessage, PreProcessMessage, RectangleToClient, RectangleToScreen, Refresh, removeAutoSizeChanged, removeBackColorChanged, removeBackgroundImageChanged, removeBindingContextChanged, removeCausesValidationChanged, removeChangeUICues, removeClick, removeClientSizeChanged, removeContextMenuStripChanged, removeControlAdded, removeControlRemoved, removeCursorChanged, removeDataContextChanged, removeDockChanged, removeDoubleClick, removeDpiChangedAfterParent, removeDpiChangedBeforeParent, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeEnter, removeFontChanged, removeForeColorChanged, removeGiveFeedback, removeGotFocus, removeHandleCreated, removeHandleDestroyed, removeHelpRequested, removeImeModeChanged, removeInvalidated, removeKeyDown, removeKeyPress, removeKeyUp, removeLayout, removeLeave, removeLocationChanged, removeLostFocus, removeMarginChanged, removeMouseCaptureChanged, removeMouseClick, removeMouseDoubleClick, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeMouseWheel, removeMove, removeParentChanged, removePreviewKeyDown, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRegionChanged, removeResize, removeRightToLeftChanged, removeSizeChanged, removeStyleChanged, removeSystemColorsChanged, removeTabIndexChanged, removeTabStopChanged, removeValidated, removeValidating, removeVisibleChanged, ResetBackColor, ResetBindings, ResetCursor, ResetFont, ResetForeColor, ResetImeMode, ResetRightToLeft, ResetText, ResumeLayout, ResumeLayout, Scale, Scale, Scale, ScaleBitmapLogicalToDevice, Select, SelectNextControl, SendToBack, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAllowDrop, setAnchor, setAutoScrollOffset, setAutoSize, setBackColor, setBackgroundImage, setBackgroundImageLayout, setBindingContext, setBounds, SetBounds, SetBounds, setCapture, setCausesValidation, setCheckForIllegalCrossThreadCalls, setClientSize, setContextMenuStrip, setCursor, setDataContext, setDock, setEnabled, setFont, setForeColor, setHeight, setImeMode, setIsAccessible, setLeft, setLocation, setMargin, setMaximumSize, setMinimumSize, setName, setParent, setRegion, setRightToLeft, setSize, setTabIndex, setTabStop, setTag, setText, setTop, setUseWaitCursor, setVisible, setWidth, setWindowTarget, Show, SuspendLayout, Update
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.forms.IDropTarget
OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.ListView- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ListView
public ListView(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ListView
public ListView() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException, ObjectDisposedException, FormatException, Win32Exception
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OutOfMemoryException
ObjectDisposedException
FormatException
Win32Exception
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDropTarget
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classControl
- 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 interfaceIDropTarget
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classControl
- 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 interfaceIDropTarget
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classControl
- 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 interfaceIDropTarget
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDropTarget
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ListView cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoListView
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ListView
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetItemRect
public Rectangle GetItemRect(int index, ItemBoundsPortion portion) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
GetItemRect
public Rectangle GetItemRect(int index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
HitTest
public ListViewHitTestInfo HitTest(int x, int y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
-
HitTest
public ListViewHitTestInfo HitTest(Point point) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException
-
FindItemWithText
public ListViewItem FindItemWithText(java.lang.String text, boolean includeSubItemsInSearch, int startIndex, boolean isPrefixSearch) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, OutOfMemoryException, Win32Exception, CultureNotFoundException, ExternalException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
OutOfMemoryException
Win32Exception
CultureNotFoundException
ExternalException
-
FindItemWithText
public ListViewItem FindItemWithText(java.lang.String text, boolean includeSubItemsInSearch, int startIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException, Win32Exception, CultureNotFoundException, NullReferenceException, ExternalException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OutOfMemoryException
Win32Exception
CultureNotFoundException
NullReferenceException
ExternalException
ArgumentNullException
-
FindItemWithText
public ListViewItem FindItemWithText(java.lang.String text) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException, Win32Exception, CultureNotFoundException, NullReferenceException, ExternalException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OutOfMemoryException
Win32Exception
CultureNotFoundException
NullReferenceException
ExternalException
ArgumentNullException
-
FindNearestItem
public ListViewItem FindNearestItem(SearchDirectionHint searchDirection, int x, int y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, InvalidEnumArgumentException, ExternalException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
InvalidEnumArgumentException
ExternalException
-
FindNearestItem
public ListViewItem FindNearestItem(SearchDirectionHint dir, Point point) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, NotSupportedException, Win32Exception, ExternalException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
OutOfMemoryException
NotSupportedException
Win32Exception
ExternalException
-
GetItemAt
public ListViewItem GetItemAt(int x, int y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
ArrangeIcons
public void ArrangeIcons() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
ArrangeIcons
public void ArrangeIcons(ListViewAlignment value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, Win32Exception, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
Win32Exception
InvalidEnumArgumentException
-
AutoResizeColumn
public void AutoResizeColumn(int columnIndex, ColumnHeaderAutoResizeStyle headerAutoResize) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException, Win32Exception, InvalidEnumArgumentException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
OutOfMemoryException
FormatException
Win32Exception
InvalidEnumArgumentException
CultureNotFoundException
-
AutoResizeColumns
public void AutoResizeColumns(ColumnHeaderAutoResizeStyle headerAutoResize) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException, Win32Exception, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
OutOfMemoryException
FormatException
Win32Exception
InvalidEnumArgumentException
-
BeginUpdate
public void BeginUpdate() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
EndUpdate
public void EndUpdate() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, Win32Exception, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
NotSupportedException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
Win32Exception
InvalidEnumArgumentException
-
EnsureVisible
public void EnsureVisible(int index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
RedrawItems
public void RedrawItems(int startIndex, int endIndex, boolean invalidateOnly) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
OutOfMemoryException
InvalidEnumArgumentException
-
Sort
public void Sort() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, Win32Exception, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
Win32Exception
InvalidEnumArgumentException
-
getAllowColumnReorder
public boolean getAllowColumnReorder() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowColumnReorder
public void setAllowColumnReorder(boolean AllowColumnReorder) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
getAutoArrange
public boolean getAutoArrange() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoArrange
public void setAutoArrange(boolean AutoArrange) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getBackgroundImageTiled
public boolean getBackgroundImageTiled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackgroundImageTiled
public void setBackgroundImageTiled(boolean BackgroundImageTiled) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCheckBoxes
public boolean getCheckBoxes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCheckBoxes
public void setCheckBoxes(boolean CheckBoxes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, Win32Exception, OutOfMemoryException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
Win32Exception
OutOfMemoryException
OverflowException
IndexOutOfRangeException
-
getFullRowSelect
public boolean getFullRowSelect() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFullRowSelect
public void setFullRowSelect(boolean FullRowSelect) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
getGridLines
public boolean getGridLines() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGridLines
public void setGridLines(boolean GridLines) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
getHideSelection
public boolean getHideSelection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHideSelection
public void setHideSelection(boolean HideSelection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getHotTracking
public boolean getHotTracking() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHotTracking
public void setHotTracking(boolean HotTracking) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, NotSupportedException, InvalidEnumArgumentException
-
getHoverSelection
public boolean getHoverSelection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHoverSelection
public void setHoverSelection(boolean HoverSelection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getLabelEdit
public boolean getLabelEdit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLabelEdit
public void setLabelEdit(boolean LabelEdit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getLabelWrap
public boolean getLabelWrap() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLabelWrap
public void setLabelWrap(boolean LabelWrap) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getMultiSelect
public boolean getMultiSelect() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMultiSelect
public void setMultiSelect(boolean MultiSelect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getOwnerDraw
public boolean getOwnerDraw() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOwnerDraw
public void setOwnerDraw(boolean OwnerDraw) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
getRightToLeftLayout
public boolean getRightToLeftLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRightToLeftLayout
public void setRightToLeftLayout(boolean RightToLeftLayout) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, NotSupportedException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
NotSupportedException
InvalidOperationException
ObjectDisposedException
Win32Exception
OutOfMemoryException
-
getScrollable
public boolean getScrollable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setScrollable
public void setScrollable(boolean Scrollable) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getShowGroups
public boolean getShowGroups() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowGroups
public void setShowGroups(boolean ShowGroups) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException
-
getShowItemToolTips
public boolean getShowItemToolTips() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowItemToolTips
public void setShowItemToolTips(boolean ShowItemToolTips) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getUseCompatibleStateImageBehavior
public boolean getUseCompatibleStateImageBehavior() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUseCompatibleStateImageBehavior
public void setUseCompatibleStateImageBehavior(boolean UseCompatibleStateImageBehavior) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVirtualMode
public boolean getVirtualMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVirtualMode
public void setVirtualMode(boolean VirtualMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, Win32Exception, OutOfMemoryException
-
getVirtualListSize
public int getVirtualListSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVirtualListSize
public void setVirtualListSize(int VirtualListSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, Win32Exception, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, FormatException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
Win32Exception
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
FormatException
OutOfMemoryException
InvalidEnumArgumentException
-
getListViewItemSorter
public IComparer getListViewItemSorter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setListViewItemSorter
public void setListViewItemSorter(IComparer ListViewItemSorter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, Win32Exception, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
Win32Exception
NotSupportedException
InvalidEnumArgumentException
-
getTileSize
public Size getTileSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTileSize
public void setTileSize(Size TileSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
InvalidEnumArgumentException
-
getBorderStyle
public BorderStyle getBorderStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBorderStyle
public void setBorderStyle(BorderStyle BorderStyle) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ArgumentNullException, OutOfMemoryException, Win32Exception, ObjectDisposedException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
ArgumentNullException
OutOfMemoryException
Win32Exception
ObjectDisposedException
NotSupportedException
-
getHeaderStyle
public ColumnHeaderStyle getHeaderStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHeaderStyle
public void setHeaderStyle(ColumnHeaderStyle HeaderStyle) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
-
getGroupImageList
public ImageList getGroupImageList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGroupImageList
public void setGroupImageList(ImageList GroupImageList) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, MulticastNotSupportedException, NotSupportedException, InvalidEnumArgumentException, Win32Exception
-
getLargeImageList
public ImageList getLargeImageList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLargeImageList
public void setLargeImageList(ImageList LargeImageList) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, FormatException, RankException, ArrayTypeMismatchException, NotSupportedException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
PlatformNotSupportedException
FormatException
RankException
ArrayTypeMismatchException
NotSupportedException
MulticastNotSupportedException
Win32Exception
-
getSmallImageList
public ImageList getSmallImageList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSmallImageList
public void setSmallImageList(ImageList SmallImageList) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, FormatException, RankException, ArrayTypeMismatchException, NotSupportedException, MulticastNotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
PlatformNotSupportedException
FormatException
RankException
ArrayTypeMismatchException
NotSupportedException
MulticastNotSupportedException
Win32Exception
-
getStateImageList
public ImageList getStateImageList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStateImageList
public void setStateImageList(ImageList StateImageList) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, MulticastNotSupportedException, NotSupportedException, InvalidEnumArgumentException, Win32Exception
-
getActivation
public ItemActivation getActivation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setActivation
public void setActivation(ItemActivation Activation) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException
-
getAlignment
public ListViewAlignment getAlignment() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAlignment
public void setAlignment(ListViewAlignment Alignment) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
-
getGroups
public ListViewGroupCollection getGroups() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInsertionMark
public ListViewInsertionMark getInsertionMark() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFocusedItem
public ListViewItem getFocusedItem() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setFocusedItem
public void setFocusedItem(ListViewItem FocusedItem) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, FormatException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
InvalidOperationException
FormatException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
-
getTopItem
public ListViewItem getTopItem() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
setTopItem
public void setTopItem(ListViewItem TopItem) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, Win32Exception, RankException, ArrayTypeMismatchException, InvalidCastException, FormatException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
Win32Exception
RankException
ArrayTypeMismatchException
InvalidCastException
FormatException
OutOfMemoryException
InvalidEnumArgumentException
-
getPadding
public Padding getPadding() throws java.lang.Throwable
- Overrides:
getPadding
in classControl
- Throws:
java.lang.Throwable
-
setPadding
public void setPadding(Padding Padding) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, NotSupportedException
- Overrides:
setPadding
in classControl
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
NotSupportedException
-
getSorting
public SortOrder getSorting() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSorting
public void setSorting(SortOrder Sorting) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ArgumentNullException, OutOfMemoryException, Win32Exception, ObjectDisposedException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
ArgumentNullException
OutOfMemoryException
Win32Exception
ObjectDisposedException
NotSupportedException
-
getView
public View getView() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setView
public void setView(View View) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
InvalidEnumArgumentException
IndexOutOfRangeException
Win32Exception
OutOfMemoryException
RankException
ArrayTypeMismatchException
-
addBackgroundImageLayoutChanged
public void addBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addBackgroundImageLayoutChanged
in classControl
- Throws:
java.lang.Throwable
-
removeBackgroundImageLayoutChanged
public void removeBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeBackgroundImageLayoutChanged
in classControl
- Throws:
java.lang.Throwable
-
addItemActivate
public void addItemActivate(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemActivate
public void removeItemActivate(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPaddingChanged
public void addPaddingChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addPaddingChanged
in classControl
- Throws:
java.lang.Throwable
-
removePaddingChanged
public void removePaddingChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removePaddingChanged
in classControl
- Throws:
java.lang.Throwable
-
addRightToLeftLayoutChanged
public void addRightToLeftLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRightToLeftLayoutChanged
public void removeRightToLeftLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelectedIndexChanged
public void addSelectedIndexChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelectedIndexChanged
public void removeSelectedIndexChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTextChanged
public void addTextChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addTextChanged
in classControl
- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeTextChanged
in classControl
- Throws:
java.lang.Throwable
-
addCacheVirtualItems
public void addCacheVirtualItems(CacheVirtualItemsEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCacheVirtualItems
public void removeCacheVirtualItems(CacheVirtualItemsEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addColumnClick
public void addColumnClick(ColumnClickEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeColumnClick
public void removeColumnClick(ColumnClickEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addColumnReordered
public void addColumnReordered(ColumnReorderedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeColumnReordered
public void removeColumnReordered(ColumnReorderedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addColumnWidthChanged
public void addColumnWidthChanged(ColumnWidthChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeColumnWidthChanged
public void removeColumnWidthChanged(ColumnWidthChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addColumnWidthChanging
public void addColumnWidthChanging(ColumnWidthChangingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeColumnWidthChanging
public void removeColumnWidthChanging(ColumnWidthChangingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDrawColumnHeader
public void addDrawColumnHeader(DrawListViewColumnHeaderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDrawColumnHeader
public void removeDrawColumnHeader(DrawListViewColumnHeaderEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDrawItem
public void addDrawItem(DrawListViewItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDrawItem
public void removeDrawItem(DrawListViewItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDrawSubItem
public void addDrawSubItem(DrawListViewSubItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDrawSubItem
public void removeDrawSubItem(DrawListViewSubItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemChecked
public void addItemChecked(ItemCheckedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemChecked
public void removeItemChecked(ItemCheckedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemCheck
public void addItemCheck(ItemCheckEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemCheck
public void removeItemCheck(ItemCheckEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemDrag
public void addItemDrag(ItemDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemDrag
public void removeItemDrag(ItemDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAfterLabelEdit
public void addAfterLabelEdit(LabelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAfterLabelEdit
public void removeAfterLabelEdit(LabelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBeforeLabelEdit
public void addBeforeLabelEdit(LabelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBeforeLabelEdit
public void removeBeforeLabelEdit(LabelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemMouseHover
public void addItemMouseHover(ListViewItemMouseHoverEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemMouseHover
public void removeItemMouseHover(ListViewItemMouseHoverEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemSelectionChanged
public void addItemSelectionChanged(ListViewItemSelectionChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemSelectionChanged
public void removeItemSelectionChanged(ListViewItemSelectionChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addVirtualItemsSelectionRangeChanged
public void addVirtualItemsSelectionRangeChanged(ListViewVirtualItemsSelectionRangeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeVirtualItemsSelectionRangeChanged
public void removeVirtualItemsSelectionRangeChanged(ListViewVirtualItemsSelectionRangeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPaint
public void addPaint(PaintEventHandler handler) throws java.lang.Throwable
-
removePaint
public void removePaint(PaintEventHandler handler) throws java.lang.Throwable
- Overrides:
removePaint
in classControl
- Throws:
java.lang.Throwable
-
addRetrieveVirtualItem
public void addRetrieveVirtualItem(RetrieveVirtualItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRetrieveVirtualItem
public void removeRetrieveVirtualItem(RetrieveVirtualItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSearchForVirtualItem
public void addSearchForVirtualItem(SearchForVirtualItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSearchForVirtualItem
public void removeSearchForVirtualItem(SearchForVirtualItemEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-