|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | GetFormNames (JPNode, CharacterList) |
Recursively parses the given file for FORM statements with named
Frame references |
|
# | GetFormWidgets (character, JPNode) |
Parses the given file for the given frame name in FORM statements |
|
+ | Consultingwerk.Framework.Collections.CharacterList GetFrameNames (character) |
Parses the given file and returns a list of FRAME names |
|
+ | GetFrameWidgets (character, character, table) |
Parses the given file for the given frame name and returns a temp-table
containing all the widgets found in that frame |
|
# | CHARACTER GetQueryBufferNames (ParseUnit, character) |
Returns a comma delimited list of buffer names from the DEFINE
QUERY Statement for the given Query Name Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
# | Initialize () |
Initializes the Proparse environment Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
# | OnStatusChanged (StatusChangedEventArgs) |
Raises the StatusChanged Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
+ | CHARACTER ParseListItemPairs (JPNode) |
Parses the LIST-ITEM-PAIRS Node and returns a CHR(1) delimited list
of the LIST-ITEM-PAIRS Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
+ | CHARACTER ParseListItems (JPNode) |
Parses the LIST-ITEMS Node and returns a CHR(1) delimited list
of the LIST-ITEMS Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
+ | CHARACTER ParseRadioButtons (JPNode) |
Parses the RADIO-BUTTONS Node and returns a CHR(1) delimited list
of the RADIO-BUTTONS Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
|
# | ProcessFrameWidgets (JPNode) |
Parses a DEFINE FRAME or FORM statement node |
|
# | PublishStatus (character) |
Publishes the a status message Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
Options | Name | Purpose | |
---|---|---|---|
+ | FrameParser () |
Constructor for the FrameParser class |
Options | Name | Purpose | |
---|---|---|---|
+ | StatusChanged (Object, StatusChangedEventArgs) |
Raised when the status of the class has changed Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser |
Top
PROTECTED GetFormNames (JPNode, CharacterList)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED GetFormWidgets (character, JPNode)
|
|||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList GetFrameNames (character)
|
|||||||||||||||||||||||||||
PUBLIC GetFrameWidgets (character, character, table)
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER GetQueryBufferNames (ParseUnit, character)
|
|||||||||||||||||||||||||||
PROTECTED Initialize ()
|
|||||||||||||||||||||||||||
PROTECTED OnStatusChanged (StatusChangedEventArgs)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ParseListItemPairs (JPNode)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ParseListItems (JPNode)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ParseRadioButtons (JPNode)
|
|||||||||||||||||||||||||||
PROTECTED ProcessFrameWidgets (JPNode)
|
|||||||||||||||||||||||||||
PROTECTED PublishStatus (character)
|
PUBLIC FrameParser ()
|
---|
PUBLIC StatusChanged (Object, StatusChangedEventArgs)
|
---|
Temp-Table ttFrameWidgetDefined in: |