![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | The Tag Container uses this method to get the name of this tag. If m_TagMetaDataHelper is not yet initialized it is initialized by this method. Framework Helper Method |
![]() | The Tag Container uses this method to get the tag helper class to perform various framework functions. Framework Helper Method |
![]() | The Tag Container uses this method to get the meta data about this tag perform error checking. Framework Helper Method |
![]() | Gets the Type of the current instance. |
![]() | The Tag Container uses this method to initialize the Tag with all of the data it needs for display. This is called before the tag is used the first time, and before it is used after every Release call. Framework Helper Method |
![]() | The Tag Container uses this method to release all data stored in this tag to prevent excess memory retention and to prepare the tag for reuse. After this method is called, the tag should be able to be re-initialized and used again. This method should not be used by Tag developers. ReleaseTag() should be used instead. Framework Helper Method |
![]() | This method releases all data stored in this tag to prevent excess memory retention and to prepare the tag for reuse. This method should return the tag to the state it was in immediately after the Create() method was called. After this method is called, the tag should be able to be re-initialized and used again. All tags that store custom data as member variables should override this method and release the data here. If a tag does not store custom data as member variables, then there is no need to override this method. Default Tag Method |
![]() | This method is used to store the meta data about this tag and is only called once per tag class when the class is loaded. Framework Helper Method |
![]() | Returns a String that represents the current Object. |
![]() |
Initializes a new instance of the ATagInfrastructure class. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
ATagInfrastructure Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace