Searched refs:formType (Results 1 – 4 of 4) sorted by relevance
36 public FormNode(FormNodeType formType, Form submitForm) in FormNode() argument38 super(formType.getNodeElement()); in FormNode()53 public FormNode(FormNodeType formType, String nodeId, Form submitForm) in FormNode() argument55 super(formType.getNodeElement(), nodeId); in FormNode()
51 public SubscribeForm(FormType formType) in SubscribeForm() argument53 super(formType.toString()); in SubscribeForm()
66 public ConfigureForm(FormType formType) in ConfigureForm() argument68 super(formType.toString()); in ConfigureForm()
263 if (SDL_SwapBE32(chunkHeader.formType) != 'AIFC') { in AudioFilePlayer_OpenFile()