Package system.componentmodel
Class IEditableCollectionViewAddNewItemImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.IEditableCollectionViewAddNewItemImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IEditableCollectionView,IEditableCollectionViewAddNewItem
public class IEditableCollectionViewAddNewItemImplementation extends NetObject implements IEditableCollectionViewAddNewItem
The base .NET class managing System.ComponentModel.IEditableCollectionViewAddNewItem, WindowsBase, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.IEditableCollectionViewAddNewItem
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.StringassemblyFullNameFully assembly qualified name: WindowsBase, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: WindowsBasestatic java.lang.StringclassNameQualified class name: System.ComponentModel.IEditableCollectionViewAddNewItemstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IEditableCollectionViewAddNewItemImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NetObjectAddNew()NetObjectAddNewItem(NetObject newItem)voidCancelEdit()voidCancelNew()voidCommitEdit()voidCommitNew()voidEditItem(NetObject item)booleangetCanAddNew()booleangetCanAddNewItem()booleangetCanCancelEdit()booleangetCanRemove()NetObjectgetCurrentAddItem()NetObjectgetCurrentEditItem()booleangetIsAddingNew()booleangetIsEditingItem()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeNewItemPlaceholderPositiongetNewItemPlaceholderPosition()voidRemove(NetObject item)voidRemoveAt(int index)voidsetNewItemPlaceholderPosition(NewItemPlaceholderPosition NewItemPlaceholderPosition)static IEditableCollectionViewAddNewItemToIEditableCollectionViewAddNewItem(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIEditableCollectionViewAddNewItem, a cast assert is made to check if types are compatible.-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: WindowsBase, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: WindowsBase- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ComponentModel.IEditableCollectionViewAddNewItem- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIEditableCollectionView- Specified by:
getJCOAssemblyNamein interfaceIEditableCollectionViewAddNewItem- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIEditableCollectionView- Specified by:
getJCOClassNamein interfaceIEditableCollectionViewAddNewItem- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIEditableCollectionView- Specified by:
getJCOObjectNamein interfaceIEditableCollectionViewAddNewItem- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIEditableCollectionView- Specified by:
getJCOInstancein interfaceIEditableCollectionViewAddNewItem- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIEditableCollectionView- Specified by:
getJCOTypein interfaceIEditableCollectionViewAddNewItem- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIEditableCollectionViewAddNewItem
public static IEditableCollectionViewAddNewItem ToIEditableCollectionViewAddNewItem(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIEditableCollectionViewAddNewItem, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IEditableCollectionViewAddNewIteminstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
AddNew
public NetObject AddNew() throws java.lang.Throwable
- Specified by:
AddNewin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
AddNewItem
public NetObject AddNewItem(NetObject newItem) throws java.lang.Throwable
- Specified by:
AddNewItemin interfaceIEditableCollectionViewAddNewItem- Throws:
java.lang.Throwable
-
CancelEdit
public void CancelEdit() throws java.lang.Throwable- Specified by:
CancelEditin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
CancelNew
public void CancelNew() throws java.lang.Throwable- Specified by:
CancelNewin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
CommitEdit
public void CommitEdit() throws java.lang.Throwable- Specified by:
CommitEditin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
CommitNew
public void CommitNew() throws java.lang.Throwable- Specified by:
CommitNewin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
EditItem
public void EditItem(NetObject item) throws java.lang.Throwable
- Specified by:
EditItemin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
Remove
public void Remove(NetObject item) throws java.lang.Throwable
- Specified by:
Removein interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
RemoveAt
public void RemoveAt(int index) throws java.lang.Throwable- Specified by:
RemoveAtin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
getCanAddNew
public boolean getCanAddNew() throws java.lang.Throwable- Specified by:
getCanAddNewin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
getCanAddNewItem
public boolean getCanAddNewItem() throws java.lang.Throwable- Specified by:
getCanAddNewItemin interfaceIEditableCollectionViewAddNewItem- Throws:
java.lang.Throwable
-
getCanCancelEdit
public boolean getCanCancelEdit() throws java.lang.Throwable- Specified by:
getCanCancelEditin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
getCanRemove
public boolean getCanRemove() throws java.lang.Throwable- Specified by:
getCanRemovein interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
getIsAddingNew
public boolean getIsAddingNew() throws java.lang.Throwable- Specified by:
getIsAddingNewin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
getIsEditingItem
public boolean getIsEditingItem() throws java.lang.Throwable- Specified by:
getIsEditingItemin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
getNewItemPlaceholderPosition
public NewItemPlaceholderPosition getNewItemPlaceholderPosition() throws java.lang.Throwable
- Specified by:
getNewItemPlaceholderPositionin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
setNewItemPlaceholderPosition
public void setNewItemPlaceholderPosition(NewItemPlaceholderPosition NewItemPlaceholderPosition) throws java.lang.Throwable
- Specified by:
setNewItemPlaceholderPositionin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
getCurrentAddItem
public NetObject getCurrentAddItem() throws java.lang.Throwable
- Specified by:
getCurrentAddItemin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
getCurrentEditItem
public NetObject getCurrentEditItem() throws java.lang.Throwable
- Specified by:
getCurrentEditItemin interfaceIEditableCollectionView- Throws:
java.lang.Throwable
-
-