Questions tagged [custom-component]

"custom component" is a generic term for a manually developed UI component for a component based UI framework. When using JSF, please don't confuse this with "composite component", where the component is definied by XHTML using cc:xxx tags instead of by a Java class extending UIComponent.

1083 questions
-1
votes
1 answer

Nested weights programmatically

I'm creating a custom control which extends a LinearLayout. Im placing some textView's, inner Layouts inside this custom widget. And Im using addView() API for this purpose and have to use nested weights inside. Is this affects performance badly as…
-2
votes
2 answers

iOS layout view to fill device screen

This should be a very basic question, but I have tried a lot of things and it isn't working. :/ I have a single view application which consists of a single, full-screen custom view. I had my view class set on the main view of the view controller,…
absmiths
  • 1,144
  • 1
  • 12
  • 21
-2
votes
2 answers

How do I format decimal java

I want to format a decimal number like this: 1234.5 0.5 It mean the max number would be 9999.9 (4 characters before ".", 1 character after)
1 2 3
72
73